summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-13 00:35:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-13 00:35:33 (GMT)
commita6975c1d754a1ba5bfb9e23f0b26692c746e6f9c (patch)
tree7ec962129ebbce6cd210b449443afc91ced72719 /ChangeLog
parent5adcf950f1f928c7127f2d694b52addf54cc04ca (diff)
Handled the logs from the GUI, the command line and the Python bindings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog72
1 files changed, 72 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d40fbe..2cfb140 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+18-01-13 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/dex/loading.c:
+ * plugins/elf/format.c:
+ * plugins/elf/loading.c:
+ * plugins/elf/symbols.c:
+ Update code.
+
+ * plugins/pychrysa/arch/vmpa.c:
+ Remove temporary code.
+
+ * plugins/pychrysa/core/Makefile.am:
+ Add the 'logs.[ch]' files to libpychrysacore_la_SOURCES.
+
+ * plugins/pychrysa/core/formats.c:
+ Update code.
+
+ * plugins/pychrysa/core/logs.c:
+ * plugins/pychrysa/core/logs.h:
+ New entries: provide logs access from Python.
+
+ * plugins/pychrysa/core/module.c:
+ Update code.
+
+ * plugins/pychrysa/gui/panels/Makefile.am:
+ Remove the 'log.[ch]' files from libpychrysaguipanels_la_SOURCES.
+
+ * plugins/pychrysa/gui/panels/log.h
+ * plugins/pychrysa/gui/panels/log.h
+ Delete entries.
+
+ * plugins/pychrysa/gui/panels/module.c:
+ * src/analysis/binary.c:
+ * src/analysis/db/certs.c:
+ * src/analysis/db/client.c:
+ * src/analysis/db/server.c:
+ * src/analysis/disass/area.c:
+ * src/analysis/disass/disassembler.c:
+ * src/analysis/disass/output.c:
+ * src/analysis/disass/routines.c:
+ * src/analysis/loading.c:
+ * src/analysis/project.c:
+ Update code.
+
+ * src/core/Makefile.am:
+ Add the 'logs.[ch]' files to libcore_la_SOURCES.
+
+ * src/core/logs.c:
+ * src/core/logs.h:
+ New entries: handle the logs from the GUI, the command line and the Python bindings.
+
+ * src/debug/debugger.c:
+ * src/debug/gdbrsp/stream.c:
+ * src/debug/jdwp/debugger.c:
+ * src/debug/jdwp/tcp.c:
+ * src/format/executable.c:
+ * src/format/format.c:
+ * src/gui/core/theme.c:
+ * src/gui/dialogs/identity.c:
+ * src/gui/menus/debug.c:
+ Update code.
+
+ * src/gui/panels/log.c:
+ * src/gui/panels/log.h:
+ Update the feature provided by the log panel.
+
+ * src/main.c:
+ Allow to set the log verbosity from command line.
+
+ * tests/core/logs.py:
+ New entry: perform some extra tests when running the test suite.
+
18-01-09 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/analysis/routine.c: