gdb/riscv: Write 4-byte nop to dummy code region before inferior calls
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index 788f7a6d3a33b57d0db9690f021faf4c6995b95f..2fc3f523ca7df00a2dd66f1277181f1840ee1ec5 100644 (file)
@@ -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
This page took 0.024088 seconds and 4 git commands to generate.