Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h18 class StopInfoMachException : public StopInfo {
26 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException() function
32 ~StopInfoMachException() override = default;
H A DStopInfoMachException.cpp74 bool StopInfoMachException::DeterminePtrauthFailure(ExecutionContext &exe_ctx) { in DeterminePtrauthFailure()
210 const char *StopInfoMachException::GetDescription() { in GetDescription()
522 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()
724 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
H A DCMakeLists.txt52 StopInfoMachException.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/
H A DBUILD.gn70 "StopInfoMachException.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp163 StopInfoMachException::CreateStopReasonWithMachException( in SetStopInfoFrom_KDP_EXCEPTION()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp346 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1740 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4467 lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
4468 lldb/source/Plugins/Process/Utility/StopInfoMachException.h