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

Declarations

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
   60   bool IsValid() const;

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  275   if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) {
  314   if (GetNextFrame().get() && GetNextFrame()->IsValid() &&
  346       if (GetNextFrame().get() && GetNextFrame()->IsValid() &&
  995   if (!IsValid())
 1048   if (!IsValid())
 1951   if (!IsValid())
 2008   if (!IsValid())
 2039   if (!IsValid())
 2076   if (!IsValid()) {
 2101   if (!IsValid())
 2125   if (!IsValid())
 2129   if (GetNextFrame().get() && GetNextFrame()->IsValid() &&
tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
   85   if (!reg_ctx_sp->IsValid())
  169   if (!reg_ctx_sp->IsValid()) {