Home
last modified time | relevance | path

Searched refs:bp_catchpoint (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-breakpoint.c124 { "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/
Dbreak-catch-throw.c75 : code_breakpoint (gdbarch, bp_catchpoint, temp, cond_string_), in exception_catchpoint()
Dbreakpoint.h182 bp_catchpoint, enumerator
Dbreakpoint.c3111 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()
DChangeLog-2021398 * python/py-breakpoint.c (pybp_codes): Add bp_catchpoint support.
405 bp_catchpoint.
DChangeLog-20081675 * breakpoint.h (enum bptype): New enum bp_catchpoint.
1682 bp_catch_vfork catchpoints, and handle them as bp_catchpoint
1693 bp_catchpoint breakpoints.
Dada-lang.c12076 : code_breakpoint (gdbarch_, bp_catchpoint, tempflag, cond_string), in ada_catchpoint()
DChangeLog-20197793 bp_catchpoint.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git61769 return (type != bp_watchpoint && type != bp_catchpoint);