Home
last modified time | relevance | path

Searched refs:bpstat_what (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.h481 struct bpstat_what struct
503 struct bpstat_what bpstat_what (bpstat); argument
H A Dinfrun.c1965 struct bpstat_what what; in handle_inferior_event()
1967 what = bpstat_what (stop_bpstat); in handle_inferior_event()
H A Dbreakpoint.c2909 struct bpstat_what
2910 bpstat_what (bpstat bs) in bpstat_what() function
3060 struct bpstat_what retval; in bpstat_what()
H A DChangeLog-19931359 * breakpoint.h (struct bpstat_what): Don't use bitfields.
2079 * breakpoint.c (bpstat_what): Initialize retval.call_dummy and
2198 (struct bpstat_what): Add call_dummy field.
2200 * breakpoint.c (bpstat_what): Deal with call dummy breakpoint.
2418 (bpstat_what): initialize bs_class.
3828 and bpstat_what (stop_step_resume_break removed).
3829 * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct
5905 * breakpoint.h: Add enum bpstat_what.
5909 breakpoint.{c,h} (bpstat_what): New function.
5912 with call to bpstat_what.
H A DChangeLog-19943585 (print_it_normal, bpstat_what, breakpoint_1, mention): Likewise.
4498 * breakpoint.c (bpstat_what): Return BPSTAT_WHAT_THROUGH_SIGTRAMP
4507 Deal with BPSTAT_WHAT_THROUGH_SIGTRAMP return from bpstat_what.
5253 * infrun.c (wait_for_inferior), breakpoint.h (struct bpstat_what),
5254 breakpoint.c (bpstat_what): Move step_resume from its own field of
5255 the struct bpstat_what into the main_action. Make it override
H A DChangeLog-1998210 (bpstat_what): Add cases for new breakpoint types:
259 (bpstat_what): Added catch_shlib_event to class enumeration.
H A DChangeLog-19964816 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
H A DChangeLog7021 * breakpoint.c (bpstat_what): Update comments.
8663 * breakpoint.c (bpstat_what): Update.
H A DChangeLog-200210725 * breakpoint.c (bpstat_what): Update comment.
13332 (bpstat_what): Do not stop for overlay event breakpoints.
H A DChangeLog-20003263 * breakpoint.c (bpstat_what): Keep returning
H A DChangeLog-1999355 (bpstat_what): don't stop at invisible thread_event breakpoints.