Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp508 static ThreadSP FailExceptionParsing(llvm::StringRef msg) { in FailExceptionParsing() function
519 return FailExceptionParsing("Failed to get 'reserved' member."); in GetBacktraceThreadFromException()
523 return FailExceptionParsing("Failed to get synthetic value."); in GetBacktraceThreadFromException()
528 return FailExceptionParsing("Failed to get scratch AST."); in GetBacktraceThreadFromException()
569 return FailExceptionParsing("Failed to get return addresses."); in GetBacktraceThreadFromException()
572 return FailExceptionParsing("Failed to get frames_value."); in GetBacktraceThreadFromException()
576 return FailExceptionParsing("Failed to get count_value."); in GetBacktraceThreadFromException()
580 return FailExceptionParsing("Failed to get ignore_value."); in GetBacktraceThreadFromException()
593 return FailExceptionParsing("Failed to get PC list."); in GetBacktraceThreadFromException()