Home
last modified time | relevance | path

Searched defs:stop_info (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeThreadWindows.cpp95 void NativeThreadWindows::SetStopReason(ThreadStopInfo stop_info, in SetStopReason()
102 bool NativeThreadWindows::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
DNativeProcessWindows.cpp254 ThreadStopInfo stop_info; in SetStopReasonForThread() local
DProcessWindows.cpp386 StopInfoSP stop_info; in RefreshStateAfterStop() local
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.cpp41 void LogThreadStopInfo(Log &log, const ThreadStopInfo &stop_info, in LogThreadStopInfo()
107 bool NativeThreadLinux::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp392 if (StopInfoSP stop_info = in CreateStopReasonWithMachException() local
/external/llvm-project/lldb/source/Target/
DThreadPlanTracer.cpp79 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); in TracerExplainsStop() local
DThread.cpp698 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume() local
1790 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription() local
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.cpp185 bool NativeThreadFreeBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.cpp202 bool NativeThreadNetBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
/external/llvm-project/lldb/source/API/
DSBThread.cpp278 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON() local
304 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces() local
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp334 lldb::StopInfoSP stop_info; in RefreshStateAfterStop() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1568 StringExtractorGDBRemote &stop_info = m_stop_packet_stack[i]; in UpdateThreadIDList() local
2367 StringExtractorGDBRemote stop_info = m_stop_packet_stack[i]; in RefreshStateAfterStop() local
3637 StringExtractorGDBRemote stop_info(pkt.c_str() + 5); in HandleNotifyPacket() local
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp1374 struct DNBThreadStopInfo *stop_info) { in DNBThreadGetStopReason()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2245 StopInfoSP stop_info = thread_sp->GetStopInfo(); in DidProcessStopAbnormally() local