Home
last modified time | relevance | path

Searched refs:GetExtendedCrashInformation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/process_crash_info/
H A DTestProcessCrashInfo.py60 crash_info = process.GetExtendedCrashInformation()
85 crash_info = process.GetExtendedCrashInformation()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i348 Returns the process' extended crash information.") GetExtendedCrashInformation;
350 GetExtendedCrashInformation ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h225 SBStructuredData GetExtendedCrashInformation();
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp938 SBStructuredData SBProcess::GetExtendedCrashInformation() { in GetExtendedCrashInformation() function in SBProcess