Home
last modified time | relevance | path

Searched refs:bp_finish (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.h54 bp_finish, /* used by finish command */ enumerator
Dbreakpoint.c1358 if (b->type == bp_finish) in update_breakpoints_after_exec()
2326 case bp_finish: in print_it_typical()
3090 case bp_finish: in bpstat_what()
3304 {bp_finish, "finish"}, in print_one_breakpoint()
3470 case bp_finish: in print_one_breakpoint()
4011 case bp_finish: in allocate_bp_location()
4872 case bp_finish: in mention()
7213 case bp_finish:
Dinfcmd.c1258 breakpoint = set_momentary_breakpoint (sal, get_frame_id (frame), bp_finish); in finish_command()