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

Declarations

tools/lldb/include/lldb/Target/Thread.h
 1167   lldb::ValueObjectSP GetCurrentException();

References

tools/lldb/source/API/SBThread.cpp
 1389   return LLDB_RECORD_RESULT(SBValue(thread_sp->GetCurrentException()));
tools/lldb/source/Commands/CommandObjectThread.cpp
 1502     ValueObjectSP exception_object_sp = thread_sp->GetCurrentException();
tools/lldb/source/Target/Thread.cpp
 2213   ValueObjectSP exception = GetCurrentException();