Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp514 static ThreadSP FailExceptionParsing(llvm::StringRef msg) { in FailExceptionParsing() function
525 return FailExceptionParsing("Failed to get 'reserved' member."); in GetBacktraceThreadFromException()
529 return FailExceptionParsing("Failed to get synthetic value."); in GetBacktraceThreadFromException()
534 return FailExceptionParsing("Failed to get scratch AST."); in GetBacktraceThreadFromException()
576 return FailExceptionParsing("Failed to get return addresses."); in GetBacktraceThreadFromException()
579 return FailExceptionParsing("Failed to get frames_value."); in GetBacktraceThreadFromException()
583 return FailExceptionParsing("Failed to get count_value."); in GetBacktraceThreadFromException()
587 return FailExceptionParsing("Failed to get ignore_value."); in GetBacktraceThreadFromException()
600 return FailExceptionParsing("Failed to get PC list."); in GetBacktraceThreadFromException()