Lines Matching refs:Thread

31 StopInfo::StopInfo(Thread &thread, uint64_t value)  in StopInfo()
87 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint()
95 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint()
134 bool IsValidForOperatingSystemThread(Thread &thread) override { in IsValidForOperatingSystemThread()
675 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, in StopInfoWatchpoint()
958 StopInfoUnixSignal(Thread &thread, int signo, const char *description) in StopInfoUnixSignal()
1033 StopInfoTrace(Thread &thread) : StopInfo(thread, LLDB_INVALID_UID) {} in StopInfoTrace()
1051 StopInfoException(Thread &thread, const char *description) in StopInfoException()
1073 StopInfoProcessorTrace(Thread &thread, const char *description) in StopInfoProcessorTrace()
1140 StopInfoExec(Thread &thread) : StopInfo(thread, LLDB_INVALID_UID) {} in StopInfoExec()
1173 StopInfoFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoFork()
1207 StopInfoVFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoVFork()
1241 StopInfoVForkDone(Thread &thread) : StopInfo(thread, 0) {} in StopInfoVForkDone()
1267 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID()
1272 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID()
1279 StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, in CreateStopReasonWithWatchpointID()
1284 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo, in CreateStopReasonWithSignal()
1290 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) { in CreateStopReasonToTrace()
1301 StopInfoSP StopInfo::CreateStopReasonWithException(Thread &thread, in CreateStopReasonWithException()
1306 StopInfoSP StopInfo::CreateStopReasonProcessorTrace(Thread &thread, in CreateStopReasonProcessorTrace()
1311 StopInfoSP StopInfo::CreateStopReasonWithExec(Thread &thread) { in CreateStopReasonWithExec()
1315 StopInfoSP StopInfo::CreateStopReasonFork(Thread &thread, in CreateStopReasonFork()
1322 StopInfoSP StopInfo::CreateStopReasonVFork(Thread &thread, in CreateStopReasonVFork()
1328 StopInfoSP StopInfo::CreateStopReasonVForkDone(Thread &thread) { in CreateStopReasonVForkDone()