summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-11-10 01:28:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-11-10 01:28:23 (GMT)
commit12b4201890b4b2eefffaa6615b4b3076253dff6f (patch)
tree3756393810dc392658de2e05fc2589cbd119b2a8 /ChangeLog
parent7c7109c1a8aaedea40af4b96d4b81d6ba4496226 (diff)
Shown/hidden virtual addresses / binary code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@41 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13ebfed..f2a4941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2008-11-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/instruction-int.h:
+ * src/arch/processor.c:
+ * src/arch/processor.h:
+ Save and provide the location and the size of an instruction.
+
+ * src/binary.c:
+ Update a call to decode_instruction.
+
+ * src/easygtk.c:
+ * src/easygtk.h:
+ Allow to create check menu items.
+
+ * src/editor.c:
+ Add two extra menus to show/hide virtual addresses / binary code.
+
+ * src/format/elf/symbol.c:
+ Update a call to decode_instruction.
+
+ * src/format/exe_format.c:
+ * src/format/exe_format.h:
+ Provide the address of the loaded binary content.
+
+ * src/gtkcodeview.c:
+ * src/gtkcodeview.h:
+ Add two functions to show/hide virtual addresses / binary code.
+
+ * src/gtksnippet.c:
+ * src/gtksnippet.h:
+ Add two functions to show/hide virtual addresses / binary code. Extend
+ the building of the pango's content.
+
2008-10-30 Cyrille Bagard <nocbos@gmail.com>
* src/arch/processor.c: