Home | History | Annotate | Download | only in Target

Lines Matching refs:should_stop

125     StopInfoBreakpoint (Thread &thread, break_id_t break_id, bool should_stop) :
128 m_should_stop (should_stop),
1092 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id, bool should_stop)
1094 return StopInfoSP (new StopInfoBreakpoint (thread, break_id, should_stop));