|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Target/Thread.h 1143 void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
References
tools/lldb/include/lldb/Target/ThreadPlan.h 569 m_thread.SetStopInfo(stop_reason_sp);
tools/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp 123 thread.SetStopInfo(StopInfoSP());
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp 262 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo::
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp 178 thread_sp->SetStopInfo(
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp 861 thread_sp->SetStopInfo(
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp 228 thread_sp->SetStopInfo(
tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp 80 SetStopInfo(backing_stop_info_sp);
89 SetStopInfo(os->CreateThreadStopReason(this));
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp 242 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo));
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 1743 thread->SetStopInfo(StopInfoSP());
1820 thread_sp->SetStopInfo(StopInfoSP());
1830 thread_sp->SetStopInfo(
1851 thread_sp->SetStopInfo(
1855 thread_sp->SetStopInfo(
1871 thread_sp->SetStopInfo(
1876 thread_sp->SetStopInfo(invalid_stop_info_sp);
1909 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID(
1913 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException(
1918 thread_sp->SetStopInfo(
1934 thread_sp->SetStopInfo(
1961 thread_sp->SetStopInfo(
1966 thread_sp->SetStopInfo(invalid_stop_info_sp);
1974 thread_sp->SetStopInfo(
1977 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal(
1982 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithSignal(
1993 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException(
tools/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp 96 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP));
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp 298 stop_thread->SetStopInfo(stop_info);
tools/lldb/source/Target/StopInfo.cpp 739 thread_sp->SetStopInfo(stored_stop_info_sp);
tools/lldb/source/Target/Thread.cpp 396 SetStopInfo(GetStopInfo());
410 SetStopInfo(m_stop_info_sp);
417 SetStopInfo(StopInfoSP());
499 SetStopInfo(
558 SetStopInfo(saved_state.stop_info_sp);