Searched refs:swbreak_feature (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.h158 int swbreak_feature = 0; member in struct:client_state
H A Dremote-utils.cc1208 else if (cs.swbreak_feature && target_stopped_by_sw_breakpoint ())
H A Dserver.cc2342 cs.swbreak_feature = 1;
3899 cs.swbreak_feature = 0;
H A Dlinux-low.cc3628 && !cs.swbreak_feature)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.h158 int swbreak_feature = 0; member in struct:client_state
H A Dremote-utils.cc1179 else if (cs.swbreak_feature && target_stopped_by_sw_breakpoint ())
H A Dserver.cc2335 cs.swbreak_feature = 1;
3981 cs.swbreak_feature = 0;
H A Dlinux-low.cc3573 && !cs.swbreak_feature)

Completed in 301 milliseconds