Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h118 FetchExtendedCrashInformation(Process &process) override;
H A DPlatformDarwin.cpp859 PlatformDarwin::FetchExtendedCrashInformation(Process &process) { in FetchExtendedCrashInformation() function in PlatformDarwin
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h845 FetchExtendedCrashInformation(lldb_private::Process &process) { in FetchExtendedCrashInformation() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp951 platform_sp->FetchExtendedCrashInformation(*process_sp.get()); in GetExtendedCrashInformation()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp1530 platform_sp->FetchExtendedCrashInformation(*process); in DoExecute()