Home
last modified time | relevance | path

Searched refs:ExtractCrashInfoAnnotations (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h155 StructuredData::ArraySP ExtractCrashInfoAnnotations(Process &process);
H A DPlatformDarwin.cpp864 StructuredData::ArraySP annotations = ExtractCrashInfoAnnotations(process); in FetchExtendedCrashInformation()
878 PlatformDarwin::ExtractCrashInfoAnnotations(Process &process) { in ExtractCrashInfoAnnotations() function in PlatformDarwin