Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h24 class StopInfoMachException : public StopInfo {
32 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException() function
41 ~StopInfoMachException() override = default;
H A DStopInfoMachException.cpp80 bool StopInfoMachException::DeterminePtrauthFailure(ExecutionContext &exe_ctx) { in DeterminePtrauthFailure()
217 const char *StopInfoMachException::GetDescription() { in GetDescription()
496 StopInfoMachException::MachException::Name(exception_type_t exc_type) { in Name()
541 StopInfoMachException::MachException::ExceptionCode(const char *name) { in ExceptionCode()
566 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()
783 return std::make_shared<StopInfoMachException>( in CreateStopReasonWithMachException()
797 bool StopInfoMachException::WasContinueInterrupted(Thread &thread) { in WasContinueInterrupted()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp291 StopInfoMachException::MachException::ExceptionCode(value.data()); in CalculateStopInfo()
313 stop_info_sp = StopInfoMachException::CreateStopReasonWithMachException( in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp290 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
/freebsd/lib/clang/liblldb/
H A DMakefile541 SRCS+= Plugins/Process/Utility/StopInfoMachException.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1802 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()