Home
last modified time | relevance | path

Searched refs:bp_throw (Results 1 – 2 of 2) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dbreakpoint.c9495 int bp_temp, bp_throw; in print_exception_catchpoint() local
9499 bp_throw = strstr (b->addr_string, "throw") != NULL; in print_exception_catchpoint()
9511 bp_throw ? " (exception thrown), " in print_exception_catchpoint()
9552 int bp_throw; in print_mention_exception_catchpoint() local
9555 bp_throw = strstr (b->addr_string, "throw") != NULL; in print_mention_exception_catchpoint()
9559 ui_out_text (uiout, bp_throw ? _(" (throw)") in print_mention_exception_catchpoint()
9571 int bp_throw; in print_recreate_exception_catchpoint() local
9574 bp_throw = strstr (b->addr_string, "throw") != NULL; in print_recreate_exception_catchpoint()
9576 fprintf_unfiltered (fp, bp_throw ? "throw" : "catch"); in print_recreate_exception_catchpoint()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dbreakpoint.c11585 int bp_temp, bp_throw; in print_it_exception_catchpoint() local
11589 bp_throw = strstr (b->addr_string, "throw") != NULL; in print_it_exception_catchpoint()
11601 bp_throw ? " (exception thrown), " in print_it_exception_catchpoint()
11652 int bp_throw; in print_mention_exception_catchpoint() local
11655 bp_throw = strstr (b->addr_string, "throw") != NULL; in print_mention_exception_catchpoint()
11659 ui_out_text (uiout, bp_throw ? _(" (throw)") in print_mention_exception_catchpoint()
11671 int bp_throw; in print_recreate_exception_catchpoint() local
11674 bp_throw = strstr (b->addr_string, "throw") != NULL; in print_recreate_exception_catchpoint()
11676 fprintf_unfiltered (fp, bp_throw ? "throw" : "catch"); in print_recreate_exception_catchpoint()