diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 527b0d5..774101d 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -923,7 +923,7 @@ new_symfile_objfile (struct objfile *objfile, int mainline, int verbo) } else { - breakpoint_re_set (); + breakpoint_re_set_objfile (objfile); } /* We're done reading the symbol file; finish off complaints. */ |