diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-07-31 23:34:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-07-31 23:34:56 (GMT) |
commit | d02deb2425d6559c357bdd00e1c0fb05f35d5fc9 (patch) | |
tree | 1a78849aa7d51706856a6c6127f66b48c188d0fc /ChangeLog | |
parent | fd2abec30a224279c62a7ab4892d95e56cb08dff (diff) |
Processed disassembling in a dedicated thread.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@104 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -1,3 +1,46 @@ +09-08-01 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add "VOID:OBJECT,OBJECT" to iodamarshal.list. + + * src/analysis/binary.c: + * src/analysis/binary.h: + Remove code and use the new functions from delayed.[ch]. + Provide and use signals to catch disassembly end. + + * src/analysis/delayed.c: + * src/analysis/delayed.h: + New entries: process disassembling in a dedicated thread. + + * src/analysis/Makefile.am: + Add delayed.[ch] to libanalysis_la_SOURCES. + + * src/common/dllist.h: + Fix a bug in dl_list_del(). + + * src/editor.c: + Update the code ; use the new status bar. + + * src/format/exe_format.c: + Handle NULL parameters in get_bin_part_values(). + + * src/gtkext/gtkblockview.c: + Reduce the number of lines drawn. + + * src/gtkext/gtkextstatusbar.c: + * src/gtkext/gtkextstatusbar.h: + New entries: provide a status bar with a progress bar. + + * src/gtkext/Makefile.am: + Add gtkextstatusbar.[ch] to libgtkext_la_SOURCES. + + * src/main.c: + Load the delayed functions manager and update calls for creating projects. + + * src/project.c: + * src/project.h: + Display a binary only when its disassembly is completed. + 09-07-27 Cyrille Bagard <nocbos@gmail.com> * plugins/stackvars/stackvars.c: |