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 8925714f3c1..feabf270464 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -495,7 +495,7 @@ gdb::unique_xmalloc_ptr<char> gdbpy_parse_command_name PyObject *gdbpy_register_tui_window (PyObject *self, PyObject *args, PyObject *kw); -PyObject *symtab_and_line_to_sal_object (struct symtab_and_line sal); +gdbpy_ref<> symtab_and_line_to_sal_object (struct symtab_and_line sal); PyObject *symtab_to_symtab_object (struct symtab *symtab); PyObject *symbol_to_symbol_object (struct symbol *sym); PyObject *block_to_block_object (const struct block *block, |
