Searched refs:bp_catchpoint (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-breakpoint.c | 124 { "BP_CATCHPOINT", bp_catchpoint}, 1049 case bp_catchpoint: in bppy_init() 1248 && bp->type != bp_catchpoint) in gdbpy_breakpoint_created()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | break-catch-throw.c | 75 : code_breakpoint (gdbarch, bp_catchpoint, temp, cond_string_), in exception_catchpoint()
|
| D | breakpoint.h | 182 bp_catchpoint, enumerator
|
| D | breakpoint.c | 3111 else if (bl->owner->type == bp_catchpoint) in insert_bp_location() 3970 if (b.type == bp_catchpoint) in update_breakpoints_after_exec() 4191 else if (bl->owner->type == bp_catchpoint in remove_breakpoint_1() 4523 return (b->type == bp_catchpoint); in is_catchpoint() 6079 case bp_catchpoint: in bpstat_what() 6395 {bp_catchpoint, "catchpoint"}, in bptype_string() 6614 && loc->owner->type != bp_catchpoint)) in print_one_breakpoint_location() 7445 || bptype == bp_catchpoint) in adjust_breakpoint_address() 7540 case bp_catchpoint: in bp_location_from_bp_type() 8142 : breakpoint (gdbarch, bp_catchpoint, temp, cond_string) in catchpoint()
|
| D | ChangeLog-2021 | 398 * python/py-breakpoint.c (pybp_codes): Add bp_catchpoint support. 405 bp_catchpoint.
|
| D | ChangeLog-2008 | 1675 * breakpoint.h (enum bptype): New enum bp_catchpoint. 1682 bp_catch_vfork catchpoints, and handle them as bp_catchpoint 1693 bp_catchpoint breakpoints.
|
| D | ada-lang.c | 12076 : code_breakpoint (gdbarch_, bp_catchpoint, tempflag, cond_string), in ada_catchpoint()
|
| D | ChangeLog-2019 | 7793 bp_catchpoint.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 61769 return (type != bp_watchpoint && type != bp_catchpoint);
|