Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/process_crash_info/
DTestProcessCrashInfo.py62 crash_info = process.GetExtendedCrashInformation()
87 crash_info = process.GetExtendedCrashInformation()
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i350 Returns the process' extended crash information.") GetExtendedCrashInformation;
352 GetExtendedCrashInformation ();
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h225 SBStructuredData GetExtendedCrashInformation();
/external/llvm-project/lldb/source/API/
DSBProcess.cpp1014 SBStructuredData SBProcess::GetExtendedCrashInformation() { in GetExtendedCrashInformation() function in SBProcess
1016 GetExtendedCrashInformation); in GetExtendedCrashInformation()
1414 GetExtendedCrashInformation, ()); in RegisterMethods()