diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index ff49cd2..143eae3 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1644,4 +1644,7 @@ extern const char *ep_parse_optional_if_clause (const char **arg); UIOUT iff debugging multiple threads. */ extern void maybe_print_thread_hit_breakpoint (struct ui_out *uiout); +/* Print the specified breakpoint. */ +extern void print_breakpoint (breakpoint *bp); + #endif /* !defined (BREAKPOINT_H) */ |