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

References

tools/lldb/include/lldb/Target/StopInfo.h
   45   uint64_t GetValue() const { return m_value; }
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
   55   switch (m_value) {
  273     strm.Printf("EXC_??? (%" PRIu64 ")", m_value);
tools/lldb/source/Target/StopInfo.cpp
  108           thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
  126           process_sp->GetBreakpointSiteList().FindByID(m_value));
  141             thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
  153                     __FUNCTION__, m_value);
  168           thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
  189             thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
  236                         m_value);
  240                         m_value, m_address);
  281           thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value));
  536                   __FUNCTION__, m_value);
  633       strm.Printf("watchpoint %" PRIi64, m_value);
  888                   __FUNCTION__, m_value);
  920       return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value);
  927       return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value);
  936           thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value);
  942                 m_value));
  955               m_value))
  956         thread_sp->SetResumeSignal(m_value);
  967                 m_value);
  971           strm.Printf("signal %" PRIi64, m_value);