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

Declarations

tools/lldb/include/lldb/Target/StopInfo.h
   30   bool IsValid() const;

References

tools/lldb/source/Core/FormatEntity.cpp
 1275         if (stop_info_sp && stop_info_sp->IsValid()) {
 1291         if (stop_info_sp && stop_info_sp->IsValid()) {
 1308         if (stop_info_sp && stop_info_sp->IsValid()) {
tools/lldb/source/Target/Process.cpp
 3996       if (stop_info_sp && stop_info_sp->IsValid()) {
 5480         if (!stop_info_sp || !stop_info_sp->IsValid())
tools/lldb/source/Target/Thread.cpp
  375       m_stop_info_sp ->IsValid() &&
  408         if (m_stop_info_sp->IsValid() || IsStillAtLastBreakpointHit() ||
  659       (m_stop_info_sp && m_stop_info_sp->IsValid())) {