diff options
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 788f7a6..2fc3f52 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -378,6 +378,10 @@ extern void create_ada_exception_catchpoint const std::string &excep_string, const std::string &cond_string, int tempflag, int disabled, int from_tty); +/* Return true if BP is an Ada catchpoint. */ + +extern bool is_ada_exception_catchpoint (breakpoint *bp); + /* Some information about a given Ada exception. */ struct ada_exc_info |