diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-03-04 01:38:27 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-03-04 01:38:27 (GMT) |
commit | 674739bedc853681be5a2657a7a4f497d6e82c9b (patch) | |
tree | 10e65041c0607d4e5a20c0a7a77fe75e1bbd7737 /ChangeLog | |
parent | bbd04bf5f23e7dca1917247cb92824805b22a2a4 (diff) |
Added a line type for binary code display.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@51 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2009-03-04 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/line.c: + * src/analysis/line.h: + Add a line type for binary code display and some generic + functions/properties for all lines. + + * src/arch/processor.h: + Move the definition of AdressMode (typo !) here. + + * src/binary.c: + Update code and calls. + + * src/gtksnippet.c: + * src/gtksnippet.h: + Compute requested size and display binary content using the new code lines. + 2009-03-03 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |