Home
last modified time | relevance | path

Searched refs:m_stop_description (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp161 GetDescription(&m_stop_description, eDescriptionLevelBrief); in GetPlanRunState()
200 if (m_stop_description.Empty()) in DoWillResume()
203 s->PutCString(m_stop_description.GetData());
216 m_stop_description.Clear();
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp42 m_stop_description() {} in NativeThreadFreeBSD()
86 m_stop_description.clear(); in SetStoppedBySignal()
93 m_stop_description = GetCrashReasonString(*info); in SetStoppedBySignal()
127 m_stop_description = ostr.str(); in SetStoppedByWatchpoint()
169 m_stop_description.clear(); in SetStopped()
228 description = m_stop_description; in GetStopReason()
H A DNativeThreadFreeBSD.h81 std::string m_stop_description;
79 std::string m_stop_description; global() variable
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp42 ), m_stop_description() {} in NativeThreadNetBSD()
86 m_stop_description.clear(); in SetStoppedBySignal()
93 m_stop_description = GetCrashReasonString(*info); in SetStoppedBySignal()
127 m_stop_description = ostr.str(); in SetStoppedByWatchpoint()
169 m_stop_description.clear(); in SetStopped()
240 description = m_stop_description; in GetStopReason()
H A DNativeThreadNetBSD.h76 std::string m_stop_description; variable
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h71 StreamString m_stop_description; // Cache the stop description here
70 StreamString m_stop_description; // Cache the stop description here global() variable