summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/debug
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 /plugins/pychrysa/debug
parenta2f149e5d151dcd937351f6e54229e508123c3ad (diff)
Extended the Python bindings to immediate operands.
Diffstat (limited to 'plugins/pychrysa/debug')
-rw-r--r--plugins/pychrysa/debug/gdbrsp/gdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pychrysa/debug/gdbrsp/gdb.c b/plugins/pychrysa/debug/gdbrsp/gdb.c
index cbbf66b..a4cde20 100644
--- a/plugins/pychrysa/debug/gdbrsp/gdb.c
+++ b/plugins/pychrysa/debug/gdbrsp/gdb.c
@@ -39,6 +39,7 @@
#include "../../analysis/binary.h"
+
/* Crée un nouvel objet Python de type 'GdbDebugger'. */
static PyObject *py_gdb_debugger_new(PyTypeObject *, PyObject *, PyObject *);