diff options
Diffstat (limited to 'gdb/python/python-internal.h')
-rw-r--r-- | gdb/python/python-internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 2e09096..29c22f7 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -433,7 +433,8 @@ extern PyObject *gdbpy_gdberror_exc; extern void gdbpy_convert_exception (struct gdb_exception) CPYCHECKER_SETS_EXCEPTION; -int get_addr_from_python (PyObject *obj, CORE_ADDR *addr); +int get_addr_from_python (PyObject *obj, CORE_ADDR *addr) + CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION; PyObject *gdb_py_object_from_longest (LONGEST l); PyObject *gdb_py_object_from_ulongest (ULONGEST l); |