diff options
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r-- | gdb/python/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index 7a9c8c1..11aaa7a 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -831,7 +831,7 @@ gdbpy_rbreak (PyObject *self, PyObject *args, PyObject *kw) if (p.msymbol.minsym == NULL) { - struct symtab *symtab = symbol_symtab (p.symbol); + struct symtab *symtab = p.symbol->symtab (); const char *fullname = symtab_to_fullname (symtab); symbol_name = fullname; |