diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-01-01 23:29:57 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-01-01 23:29:57 (GMT) |
commit | bfd81d1f289913f4d6e09cd8d99f4aaeed98436b (patch) | |
tree | efc747ec80f83fc248da1e8e4ac06c4e7d3347dd /ChangeLog | |
parent | bb6d0c758f8c720d8074bf74e6bd001e36d6a918 (diff) |
Fixed the computing of basic blocks and used them in graphic views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@316 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +13-01-02 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/block.c: + * src/analysis/block.h: + * src/analysis/block-int.h: + * src/analysis/blocks/flow.c: + * src/analysis/blocks/flow.h: + * src/analysis/blocks/virtual.c: + List all basic blocks. + + * src/analysis/disass/disassembler.c: + * src/analysis/disass/macro.c: + Fix the computing of basic blocks. + + * src/analysis/routine.c: + * src/analysis/routine.h: + Store and provide the basic blocks of routine. + + * src/glibext/gcodebuffer.c: + Fix a bug: take care of comments when looking for (last) addresses. + + * src/gtkext/gtkgraphview.c: + Use basic blocks when creating subviews. + 13-01-01 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkgraphview.c: |