diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-26 10:53:53 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-26 10:53:53 (GMT) |
commit | 4319c0ae542b60f225d0f6ce373fe8d2e5f1475d (patch) | |
tree | 2fb50b16c5a3d0120ffba1ab6270dcd603797e94 /plugins/pychrysa/debug/gdbrsp | |
parent | a2f149e5d151dcd937351f6e54229e508123c3ad (diff) |
Extended the Python bindings to immediate operands.
Diffstat (limited to 'plugins/pychrysa/debug/gdbrsp')
-rw-r--r-- | plugins/pychrysa/debug/gdbrsp/gdb.c | 1 |
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 *); |