Lines Matching refs:Thread

22 #include "lldb/Target/Thread.h"
34 StopInfo::StopInfo(Thread &thread, uint64_t value)
90 StopInfoBreakpoint(Thread &thread, break_id_t break_id)
98 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop)
139 bool IsValidForOperatingSystemThread(Thread &thread) override {
691 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, bool silently_skip_wp)
717 ThreadPlanStepOverWatchpoint(Thread &thread,
1068 StopInfoUnixSignal(Thread &thread, int signo, const char *description,
1151 StopInfoInterrupt(Thread &thread, int signo, const char *description)
1174 StopInfoTrace(Thread &thread) : StopInfo(thread, LLDB_INVALID_UID) {}
1230 StopInfoException(Thread &thread, const char *description)
1252 StopInfoProcessorTrace(Thread &thread, const char *description)
1319 StopInfoExec(Thread &thread) : StopInfo(thread, LLDB_INVALID_UID) {}
1352 StopInfoFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid)
1386 StopInfoVFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid)
1420 StopInfoVForkDone(Thread &thread) : StopInfo(thread, 0) {}
1446 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread,
1451 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread,
1459 StopInfoSP StopInfo::CreateStopReasonWithWatchpointID(Thread &thread,
1466 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo,
1473 StopInfoSP StopInfo::CreateStopReasonWithInterrupt(Thread &thread, int signo,
1478 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) {
1489 StopInfoSP StopInfo::CreateStopReasonWithException(Thread &thread,
1494 StopInfoSP StopInfo::CreateStopReasonProcessorTrace(Thread &thread,
1499 StopInfoSP StopInfo::CreateStopReasonWithExec(Thread &thread) {
1503 StopInfoSP StopInfo::CreateStopReasonFork(Thread &thread,
1510 StopInfoSP StopInfo::CreateStopReasonVFork(Thread &thread,
1516 StopInfoSP StopInfo::CreateStopReasonVForkDone(Thread &thread) {