diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2011-01-06 01:22:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2011-01-06 01:22:24 (GMT) |
commit | cb8d8fb7a69dfd7ef03585d921ddccfc452f39de (patch) | |
tree | af7d552e0e9e1ae5f8723ba4660f7d3ff2c6e4dc /ChangeLog | |
parent | ee2e35f6dced8340682eab8cb013ba2911858c53 (diff) |
Attached the debugger to a given target.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@207 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,3 +1,44 @@ +11-01-06 Cyrille Bagard <nocbos@gmail.com> + + * po/fr.po: + * po/openida.pot: + * po/POTFILES.in: + Update translations. + + * src/debug/debugger.c: + * src/debug/debugger.h: + * src/debug/debugger-int.h: + * src/debug/jdwp/debugger.c: + Attach the debugger to a given target. + + * src/debug/jdwp/tcp.c: + Provide logs. + + * src/editor.c: + Update code. Typo. + + * src/gui/menus/debug.c: + * src/gui/menus/debug.h: + New entries: begin to build the 'Debug' menu. + + * src/gui/menus/help.c: + * src/gui/menus/help.h: + Handle an accelerator group. + + * src/gui/menus/Makefile.am: + Add the debug.[ch] files to libguimenus_la_SOURCES. + + * src/gui/menus/menubar.c: + * src/gui/menus/menubar.h: + Handle an accelerator group and insert the 'Debug' menu. + + * src/project.c: + * src/project.h: + Provide a debugger for a given loaded binary. + + * src/shell.c: + Disable an untranslatable string. + 11-01-05 Cyrille Bagard <nocbos@gmail.com> * src/panels/log.c: |