Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.h523 #define bpstat_explains_signal(bs) ((bs) != NULL) macro
Dinfrun.c1401 ecs->random_signal = !bpstat_explains_signal (stop_bpstat); in handle_inferior_event()
1450 ecs->random_signal = !bpstat_explains_signal (stop_bpstat); in handle_inferior_event()
1874 = !(bpstat_explains_signal (stop_bpstat) in handle_inferior_event()
1879 ecs->random_signal = !bpstat_explains_signal (stop_bpstat); in handle_inferior_event()
DChangeLog-19913339 bpstat_explains_signal (stop_bpstat) not stop_breakpoint.