diff options
author | Pedro Alves <palves@redhat.com> | 2017-09-27 23:37:48 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-09-27 23:37:48 +0100 |
commit | 2a015c47e1a4a9b117d54f357dc3540326811748 (patch) | |
tree | aa62d83c6770702191ff1b038f0183824bcec639 /gdb/breakpoint.h | |
parent | bea0a5aeece991b2f4f20a746ce655283607d9a6 (diff) | |
download | binutils-users/palves/catch_exceptions.zip binutils-users/palves/catch_exceptions.tar.gz binutils-users/palves/catch_exceptions.tar.bz2 |
zap catch_exceptionsusers/palves/catch_exceptions
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) */ |