Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i348 Returns the process' extended crash information.") GetExtendedCrashInformation;
350 GetExtendedCrashInformation ();
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h225 SBStructuredData GetExtendedCrashInformation();
/openbsd/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp938 SBStructuredData SBProcess::GetExtendedCrashInformation() { in GetExtendedCrashInformation() function in SBProcess