Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.cpp94 m_stop_description() {} in NativeThreadLinux()
122 description = m_stop_description; in GetStopReason()
212 m_stop_description.clear(); in Resume()
285 m_stop_description.clear(); in SetStoppedBySignal()
298 m_stop_description = GetCrashReasonString(reason, *info); in SetStoppedBySignal()
328 m_stop_description.clear(); in SetStopped()
346 m_stop_description.clear(); in SetStoppedByBreakpoint()
371 m_stop_description = ostr.str(); in SetStoppedByWatchpoint()
DNativeThreadLinux.h101 std::string m_stop_description; variable
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.cpp42 m_stop_description() {} in NativeThreadFreeBSD()
81 m_stop_description.clear(); in SetStoppedBySignal()
89 m_stop_description = GetCrashReasonString(reason, *info); in SetStoppedBySignal()
123 m_stop_description = ostr.str(); in SetStoppedByWatchpoint()
138 m_stop_description.clear(); in SetStopped()
197 description = m_stop_description; in GetStopReason()
DNativeThreadFreeBSD.h73 std::string m_stop_description; variable
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.cpp42 ), m_stop_description() {} in NativeThreadNetBSD()
86 m_stop_description.clear(); in SetStoppedBySignal()
94 m_stop_description = GetCrashReasonString(reason, *info); in SetStoppedBySignal()
128 m_stop_description = ostr.str(); in SetStoppedByWatchpoint()
143 m_stop_description.clear(); in SetStopped()
214 description = m_stop_description; in GetStopReason()
DNativeThreadNetBSD.h73 std::string m_stop_description; variable
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeThreadWindows.cpp27 m_stop_info(), m_stop_description(), m_host_thread(thread) { in NativeThreadWindows()
99 m_stop_description = description; in SetStopReason()
113 description = m_stop_description; in GetStopReason()
DNativeThreadWindows.h59 std::string m_stop_description; variable