diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-09-06 13:56:57 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-09-06 13:56:57 (GMT) |
commit | f14993aac5b0b4b7ae174f27e4d1f0f540057c58 (patch) | |
tree | fcb3ef8e5b2965a79f7ae9984e1c0c783f5530eb /ChangeLog | |
parent | ada3040b9b2b6d0a2d6e2157b3f79e772e36b2d7 (diff) |
Added a panel allowing to browse found symbols.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@24 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +2008-09-06 Cyrille Bagard <nocbos@gmail.com> + + * src/binary.c: + * src/binary.h: + Display found symbols when loading binary data. + + * src/editor.c: + Use the new GTK components. + + * src/format/elf/e_elf.c: + * src/format/elf/e_elf.h: + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + Provide the needed functions to access the found symbols. + + * src/gtkcodeview.c: + * src/gtkcodeview.h: + New entries: provide a support for code snippets. + + * src/gtksnippet.c: + * src/gtksnippet.h: + Give the vertical position of a given address. + + * src/Makefile.am: + Add gtkcodeview.[ch] and pan_symbols.[ch] to openida_SOURCES. + + * src/pan_symbols.c: + * src/pan_symbols.h: + New entries: add a panel allowing to browse found symbols. + 2008-08-31 Cyrille Bagard <nocbos@gmail.com> * src/binary.c: |