* plugins/debug-manager/command.c,
commite1e8bbecd36924ac3fbf4cc09ea1a641e65b3f6c
authorsgranjoux <sgranjoux@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Wed, 3 Oct 2007 20:48:54 +0000 (3 20:48 +0000)
committersgranjoux <sgranjoux@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Wed, 3 Oct 2007 20:48:54 +0000 (3 20:48 +0000)
tree6fa37756a00e1e4437731f6232da68a554ee2fcc
parenta2e76e39ac9fdb32c7e8dff971ca12b486f90b3e
* plugins/debug-manager/command.c,
plugins/debug-manager/queue.c:
Asynchronous command can abort other commands in queue
Resynchronize debugger state when a command is cancelled

* plugins/debug-manager/breakpoints.c:
Free BreakpointItem only when it is not used anymore

* plugins/gdb/plugin.c:
Do not return TRUE if the callback and/or ready signal is not used

* plugins/gdb/debugger.c:
Fix a crash, return correct state when debugger is stopped

git-svn-id: http://svn.gnome.org/svn/anjuta/trunk@3193 1dbfb86a-d425-0410-a06b-cb591aac69f6
ChangeLog
plugins/debug-manager/breakpoints.c
plugins/debug-manager/command.c
plugins/debug-manager/queue.c
plugins/gdb/debugger.c
plugins/gdb/plugin.c