diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 55 |
1 files changed, 55 insertions, 0 deletions
@@ -1,5 +1,60 @@ 09-06-08 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: + Update the code loading the processor. + + * src/analysis/line_code.c: + * src/analysis/line_comment.c: + Fix the address printing (need to be improved). + + * src/analysis/prototype.c: + * src/analysis/prototype.h: + Retrieve only the name of a routine. + + * src/arch/jvm/processor.c: + * src/arch/mips/processor.c: + Define the memory size of the architecture. + + * src/arch/processor.c: + * src/arch/processor.h: + Change the code providing the linked architecture. Define the memory + size of the architecture. Convert formats into architectures. Clean + the code. + + * src/arch/processor-int.h: + * src/arch/x86/processor.c: + Define the memory size of the architecture. + + * src/editor.c: + Typo. Update the calls. + + * src/format/exe_format.c: + Remove the log messages in favour of binary.c + + * src/gtkext/gtksnippet.h: + Remove the useless AdressMode field. + + * src/Makefile.am: + Remove the pan_symbols.[ch] from openida_SOURCES. + + * src/panel/log.c: + Fix some compilation warnings. + + * src/panel/Makefile.am: + Add the symbols.[ch] files to libpanel_a_SOURCES. + + * src/panel/panels.c: + * src/panel/panels.h: + Load the symbols panel. + + * src/panel/symbols.c: + * src/panel/symbols.h: + * src/pan_symbols.c: + * src/pan_symbols.h: + Moved entries: refresh the panel dealing with found symbols. + +09-06-08 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: Support more opcodes. |