Revision: 1200 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1200&view=re... 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@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@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.