Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h868 FetchExtendedCrashInformation(lldb_private::Process &process) { in FetchExtendedCrashInformation() function
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1429 platform_sp->FetchExtendedCrashInformation(*process); in DoExecute()
/src/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1025 platform_sp->FetchExtendedCrashInformation(*process_sp.get()); in GetExtendedCrashInformation()