Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.h18 class StopInfoMachException : public StopInfo {
21 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException() function
27 ~StopInfoMachException() override = default;
DStopInfoMachException.cpp33 const char *StopInfoMachException::GetDescription() { in GetDescription()
335 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()
537 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
DCMakeLists.txt52 StopInfoMachException.cpp
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp163 StopInfoMachException::CreateStopReasonWithMachException( in SetStopInfoFrom_KDP_EXCEPTION()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp352 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1797 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()