reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  534 ValueObjectSP ItaniumABILanguageRuntime::GetExceptionObjectForThread(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  468 ValueObjectSP AppleObjCRuntime::GetExceptionObjectForThread(

References

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  472   auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp);
tools/lldb/source/Target/Thread.cpp
 2205     if (auto e = runtime->GetExceptionObjectForThread(shared_from_this()))