diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index dbae228..aa66790 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1419,4 +1419,6 @@ extern int user_breakpoint_p (struct breakpoint *); /* Attempt to determine architecture of location identified by SAL. */ extern struct gdbarch *get_sal_arch (struct symtab_and_line sal); +extern void handle_solib_event (void); + #endif /* !defined (BREAKPOINT_H) */ |