SF.net SVN: geany-plugins:[1200] trunk/geany-plugins/geanygdb

kugel- at users.sourceforge.net kugel- at xxxxx
Mon Mar 22 00:48:00 UTC 2010


Revision: 1200
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1200&view=rev
Author:   kugel-
Date:     2010-03-22 00:47:59 +0000 (Mon, 22 Mar 2010)

Log Message:
-----------
Fix the general geany slowness that geanygdb causes once a binary is loaded.

Modified Paths:
--------------
    trunk/geany-plugins/geanygdb/ChangeLog
    trunk/geany-plugins/geanygdb/src/gdb-io-run.c

Modified: trunk/geany-plugins/geanygdb/ChangeLog
===================================================================
--- trunk/geany-plugins/geanygdb/ChangeLog	2010-03-21 22:49:45 UTC (rev 1199)
+++ trunk/geany-plugins/geanygdb/ChangeLog	2010-03-22 00:47:59 UTC (rev 1200)
@@ -1,3 +1,7 @@
+2010-03-22  Thomas Martitz  <thomas.martitz at student.htw-berlin.de>
+
+ * src/gdb-io-run.c: Fix the general geany slowness that geanygdb causes once a binary is loaded.
+
 2010-03-15  Thomas Martitz  <thomas.martitz at student.htw-berlin.de>
 
  * src/gdb-io-run.c, src/gdb-ui-break.c: Run gdb with LANG=C to avoid

Modified: trunk/geany-plugins/geanygdb/src/gdb-io-run.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-io-run.c	2010-03-21 22:49:45 UTC (rev 1199)
+++ trunk/geany-plugins/geanygdb/src/gdb-io-run.c	2010-03-22 00:47:59 UTC (rev 1200)
@@ -470,9 +470,9 @@
 		}
 		st = g_io_channel_flush(src, &err);
 		gerror("Error pushing command", &err);
+		gdbio_wait(10);
 	}
 	do_loop();
-	gdbio_wait(10);
 	return TRUE;
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list