Home
last modified time | relevance | path

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

/freebsd-14.2/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
38 ~StopInfoMachException() override = default;
H A DStopInfoMachException.cpp75 bool StopInfoMachException::DeterminePtrauthFailure(ExecutionContext &exe_ctx) { in DeterminePtrauthFailure()
211 const char *StopInfoMachException::GetDescription() { in GetDescription()
523 StopInfoMachException::MachException::Name(exception_type_t exc_type) { in Name()
568 StopInfoMachException::MachException::ExceptionCode(const char *name) { in ExceptionCode()
593 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()
829 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp280 StopInfoMachException::MachException::ExceptionCode(value.data()); in CalculateStopInfo()
302 stop_info_sp = StopInfoMachException::CreateStopReasonWithMachException( in CalculateStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp271 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile511 SRCS+= Plugins/Process/Utility/StopInfoMachException.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1716 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()