* plugins/debug-manager/anjuta-debug-manager.ui,
commit7cba4f956378bd31c2216d3bd133d637566f10c9
authorsgranjoux <sgranjoux@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Mon, 12 Mar 2007 21:02:22 +0000 (12 21:02 +0000)
committersgranjoux <sgranjoux@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Mon, 12 Mar 2007 21:02:22 +0000 (12 21:02 +0000)
treebcad0d01fa535f3e10c3e4df83b76e2f10242ee8
parent27c9e8c8b0ea3791bfd6e21bcdf6df5b51bd2c48
* plugins/debug-manager/anjuta-debug-manager.ui,
libanjuta/interfaces/libanjuta.idl,
plugins/debug-manager/debugger.c,
(added) plugins/debug-manager/threads.c,
(added) plugins/debug-manager/threads.h,
plugins/debug-manager/plugin.c,
plugins/debug-manager/Makefile.am,
plugins/gdb/plugin.c,
plugins/gdb/debugger.c,
plugins/gdb/debugger.h:
Add a window displaying all threads
Add needed functions
Switching to a different thread is still not done

* plugins/debug-manager/debug_tree.c,
plugins/debug-manager/locals.c,
plugins/debug-manager/stack_trace.c:
Small cosmetic changes

* plugins/gdb/gdbmi.c:
Keep all elements in gdbmi hash
Even if using the same key like in -threads-list-ids

git-svn-id: http://svn.gnome.org/svn/anjuta/trunk@2868 1dbfb86a-d425-0410-a06b-cb591aac69f6
15 files changed:
ChangeLog
libanjuta/interfaces/libanjuta.idl
plugins/debug-manager/Makefile.am
plugins/debug-manager/anjuta-debug-manager.ui
plugins/debug-manager/debug_tree.c
plugins/debug-manager/debugger.c
plugins/debug-manager/locals.c
plugins/debug-manager/plugin.c
plugins/debug-manager/stack_trace.c
plugins/debug-manager/threads.c [new file with mode: 0644]
plugins/debug-manager/threads.h [new file with mode: 0644]
plugins/gdb/debugger.c
plugins/gdb/debugger.h
plugins/gdb/gdbmi.c
plugins/gdb/plugin.c