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

References

tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
  156       m_reg_context_up->SetHardwareWatchpoint(addr, size, watch_flags);
  169   if (m_reg_context_up->ClearHardwareWatchpoint(wp_index))
  183   uint32_t bp_index = m_reg_context_up->SetHardwareBreakpoint(addr, size);
  198   if (m_reg_context_up->ClearHardwareBreakpoint(bp_index)) {
  220     m_reg_context_up->ClearAllHardwareWatchpoints();
  232     m_reg_context_up->ClearAllHardwareBreakpoints();
  352   ostr << m_reg_context_up->GetWatchpointAddress(wp_index) << " ";
  366   ostr << " " << m_reg_context_up->GetWatchpointHitAddress(wp_index);
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
   42     return *m_reg_context_up;