Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h18 class StopInfoMachException : public StopInfo {
21 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException() function
27 ~StopInfoMachException() override = default;
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp352 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile476 SRCS+= Plugins/Process/Utility/StopInfoMachException.cpp
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1819 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()