diff options
Diffstat (limited to 'gdb/python/python-internal.h')
| -rw-r--r-- | gdb/python/python-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 6fa37cf..0b816db 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -502,7 +502,7 @@ gdbpy_ref<> block_to_block_object (const struct block *block, struct objfile *objfile); gdbpy_ref<> value_to_value_object (struct value *v); gdbpy_ref<> type_to_type_object (struct type *); -PyObject *frame_info_to_frame_object (const frame_info_ptr &frame); +gdbpy_ref<> frame_info_to_frame_object (const frame_info_ptr &frame); PyObject *symtab_to_linetable_object (PyObject *symtab); gdbpy_ref<> pspace_to_pspace_object (struct program_space *); PyObject *pspy_get_printers (PyObject *, void *); |
