Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/process_crash_info/
DTestProcessCrashInfo.py62 crash_info = process.GetExtendedCrashInformation()
64 error = crash_info.GetAsJSON(stream)
68 self.assertTrue(crash_info.IsValid())
87 crash_info = process.GetExtendedCrashInformation()
89 error = crash_info.GetAsJSON(stream)
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1432 SectionSP crash_info = sections->FindSectionByName(section_name); in ExtractCrashInfoAnnotations() local
1433 if (!crash_info) { in ExtractCrashInfoAnnotations()
1439 addr_t load_addr = crash_info->GetLoadBaseAddress(&target); in ExtractCrashInfoAnnotations()
/external/pigweed/pw_persistent_ram/
Ddocs.rst248 void HandleCrash(CrashInfo* crash_info) {