Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h96 FetchExtendedCrashInformation(lldb_private::Process &process) override;
DPlatformDarwin.cpp1391 PlatformDarwin::FetchExtendedCrashInformation(Process &process) { in FetchExtendedCrashInformation() function in PlatformDarwin
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h863 FetchExtendedCrashInformation(lldb_private::Process &process) { in FetchExtendedCrashInformation() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp1297 platform_sp->FetchExtendedCrashInformation(*process); in DoExecute()
/external/llvm-project/lldb/source/API/
DSBProcess.cpp1028 platform_sp->FetchExtendedCrashInformation(*process_sp.get()); in GetExtendedCrashInformation()