diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-09-21 21:26:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-09-21 21:26:42 (GMT) |
commit | 15c0cc127f0f4551c88de6c0d46b7d38f4b3ed4b (patch) | |
tree | 5ae9be5d45152486b7cc594c192216bd393dd5b0 /ChangeLog | |
parent | 65768127dea4c2760fe07cf843da7b4ad9e67da5 (diff) |
Showed information about a selected address in the status bar.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@407 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +14-09-21 Cyrille Bagard <nocbos@gmail.com> + + * src/format/format.c: + * src/format/format.h: + Update the way symbols are resolved. + + * src/gui/editem.c: + * src/gui/editem.h: + * src/gui/editem-int.h: + Focus on a given memory address on demand. + + * src/gui/status.c: + * src/gui/tb/portions.c: + Show information about a selected address in the status bar. + 14-09-17 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/fetch.c: |