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

References

tools/lldb/source/API/SBBreakpoint.cpp
  791     if (target_sp && target_sp->IsValid())
tools/lldb/source/API/SBTarget.cpp
  173   return m_opaque_sp.get() != nullptr && m_opaque_sp->IsValid();
tools/lldb/source/API/SBValue.cpp
  102       return target_sp && target_sp->IsValid();
tools/lldb/source/Core/ValueObject.cpp
 3348     return target_sp->IsValid();
tools/lldb/source/Symbol/ClangASTContext.cpp
  593       } else if (target && target->IsValid()) {
tools/lldb/source/Target/ExecutionContext.cpp
  382   return ((bool)m_target_sp && m_target_sp->IsValid());
  569   if (target_sp && !target_sp->IsValid())
tools/lldb/source/Target/TargetList.cpp
  295   if (!m_dummy_target_sp || !m_dummy_target_sp->IsValid()) {