Lines Matching defs:thread

32 StopInfo::StopInfo(Thread &thread, uint64_t value)  in StopInfo()
88 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint()
96 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint()
135 bool IsValidForOperatingSystemThread(Thread &thread) override { in IsValidForOperatingSystemThread()
668 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, in StopInfoWatchpoint()
695 ThreadPlanStepOverWatchpoint(Thread &thread, in ThreadPlanStepOverWatchpoint()
1049 StopInfoUnixSignal(Thread &thread, int signo, const char *description) in StopInfoUnixSignal()
1124 StopInfoTrace(Thread &thread) : StopInfo(thread, LLDB_INVALID_UID) {} in StopInfoTrace()
1142 StopInfoException(Thread &thread, const char *description) in StopInfoException()
1164 StopInfoProcessorTrace(Thread &thread, const char *description) in StopInfoProcessorTrace()
1231 StopInfoExec(Thread &thread) : StopInfo(thread, LLDB_INVALID_UID) {} in StopInfoExec()
1264 StopInfoFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoFork()
1298 StopInfoVFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoVFork()
1332 StopInfoVForkDone(Thread &thread) : StopInfo(thread, 0) {} in StopInfoVForkDone()
1358 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID()
1363 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID()
1370 StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, in CreateStopReasonWithWatchpointID()
1375 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo, in CreateStopReasonWithSignal()
1381 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) { in CreateStopReasonToTrace()
1392 StopInfoSP StopInfo::CreateStopReasonWithException(Thread &thread, in CreateStopReasonWithException()
1397 StopInfoSP StopInfo::CreateStopReasonProcessorTrace(Thread &thread, in CreateStopReasonProcessorTrace()
1402 StopInfoSP StopInfo::CreateStopReasonWithExec(Thread &thread) { in CreateStopReasonWithExec()
1406 StopInfoSP StopInfo::CreateStopReasonFork(Thread &thread, in CreateStopReasonFork()
1413 StopInfoSP StopInfo::CreateStopReasonVFork(Thread &thread, in CreateStopReasonVFork()
1419 StopInfoSP StopInfo::CreateStopReasonVForkDone(Thread &thread) { in CreateStopReasonVForkDone()