Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp515 lldb::ValueObjectSP exception_sp) { in GetBacktraceThreadFromException() argument
517 exception_sp->GetChildMemberWithName("reserved"); in GetBacktraceThreadFromException()
526 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()