Lines Matching defs:thread

33 StopInfo::StopInfo(Thread &thread, uint64_t value)  in StopInfo()
89 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint()
97 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint()
138 bool IsValidForOperatingSystemThread(Thread &thread) override { in IsValidForOperatingSystemThread()
674 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, bool silently_skip_wp) in StopInfoWatchpoint()
700 ThreadPlanStepOverWatchpoint(Thread &thread, in ThreadPlanStepOverWatchpoint()
1047 StopInfoUnixSignal(Thread &thread, int signo, const char *description, in StopInfoUnixSignal()
1130 StopInfoTrace(Thread &thread) : StopInfo(thread, LLDB_INVALID_UID) {} in StopInfoTrace()
1148 StopInfoException(Thread &thread, const char *description) in StopInfoException()
1170 StopInfoProcessorTrace(Thread &thread, const char *description) in StopInfoProcessorTrace()
1237 StopInfoExec(Thread &thread) : StopInfo(thread, LLDB_INVALID_UID) {} in StopInfoExec()
1270 StopInfoFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoFork()
1304 StopInfoVFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoVFork()
1338 StopInfoVForkDone(Thread &thread) : StopInfo(thread, 0) {} in StopInfoVForkDone()
1364 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID()
1369 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID()
1377 StopInfoSP StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, in CreateStopReasonWithWatchpointID()
1384 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo, in CreateStopReasonWithSignal()
1391 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) { in CreateStopReasonToTrace()
1402 StopInfoSP StopInfo::CreateStopReasonWithException(Thread &thread, in CreateStopReasonWithException()
1407 StopInfoSP StopInfo::CreateStopReasonProcessorTrace(Thread &thread, in CreateStopReasonProcessorTrace()
1412 StopInfoSP StopInfo::CreateStopReasonWithExec(Thread &thread) { in CreateStopReasonWithExec()
1416 StopInfoSP StopInfo::CreateStopReasonFork(Thread &thread, in CreateStopReasonFork()
1423 StopInfoSP StopInfo::CreateStopReasonVFork(Thread &thread, in CreateStopReasonVFork()
1429 StopInfoSP StopInfo::CreateStopReasonVForkDone(Thread &thread) { in CreateStopReasonVForkDone()