diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-03-08 19:30:52 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-03-08 19:30:52 (GMT) |
commit | 68bb7efaf61e4f5ca2f2cffce84995ffd667c4cc (patch) | |
tree | 9b6a6f63ee20b08d8c2ac35849ee051d61787447 /ChangeLog | |
parent | dc9e68505c4cc7ad208e63dbc7d0e0e8f582d0d9 (diff) |
Handle cross references as well as entry points.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@482 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -1,3 +1,61 @@ +15-03-08 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/disassembler.c: + Update code. + + * src/analysis/disass/links.c: + * src/analysis/disass/links.h: + Restore the code establishing links between instructions. + + * src/arch/immediate.c: + * src/arch/immediate.h: + Attach the operand to output segments. Export values to virt_t types. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Find instructions by ranges or adreses in a given list. + + * src/arch/target.c: + Attach the operand to output segments. + + * src/dialogs/gotox.c: + * src/dialogs/gotox.h: + Handle cross references as well as entry points. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + Memorize GLib instances as creator of lines or segments. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Find the line and its segment located at a given position. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview-int.h: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gtkext/gtkviewpanel-int.h: + Update code to get the current position in a view. + + * src/gui/editem.c: + * src/gui/editem.h: + * src/gui/editem-int.h: + Allow to be notified when a view is created or destroyed. + + * src/gui/menus/binary.c: + Update code. + + * src/gui/menus/edition.c: + Add menu entries to follow addresses or cross references. + + * src/gui/menus/menubar.c: + Manage views and track focus to enable/disable some menu items. + + * src/project.c: + Update code. + 15-03-04 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/v7/post.c: |