Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp514 lldb::ValueObjectSP exception_sp) { in GetBacktraceThreadFromException() argument
516 exception_sp->GetChildMemberWithName(ConstString("reserved"), true); in GetBacktraceThreadFromException()
525 ScratchTypeSystemClang::GetForTarget(*exception_sp->GetTargetSP()); in GetBacktraceThreadFromException()
532 auto objc_object_from_address = [&exception_sp, &objc_id](uint64_t addr, in GetBacktraceThreadFromException()
537 exception_sp->GetTargetSP().get(), value, ConstString(name)); in GetBacktraceThreadFromException()