summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-26 10:53:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-26 10:53:53 (GMT)
commit4319c0ae542b60f225d0f6ce373fe8d2e5f1475d (patch)
tree2fb50b16c5a3d0120ffba1ab6270dcd603797e94 /ChangeLog
parenta2f149e5d151dcd937351f6e54229e508123c3ad (diff)
Extended the Python bindings to immediate operands.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af5e121..841c7e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+17-03-26 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/arch/Makefile.am:
+ Add the 'immediate.[ch]' and 'operand.[ch]' files to
+ libpychrysaarch_la_SOURCES.
+
+ * plugins/pychrysa/arch/archbase.c:
+ * plugins/pychrysa/arch/archbase.h:
+ Deleted entries.
+
+ * plugins/pychrysa/arch/immediate.c:
+ * plugins/pychrysa/arch/immediate.h:
+ New entries: extend the Python bindings to immediate operands.
+
+ * plugins/pychrysa/arch/module.c:
+ Update code.
+
+ * plugins/pychrysa/arch/operand.c:
+ * plugins/pychrysa/arch/operand.h:
+ New entries: extend the Python bindings to architecture operands.
+
+ * plugins/pychrysa/debug/gdbrsp/gdb.c:
+ Typo.
+
17-03-24 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/routine.c: