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

References

tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  443   void SetBreakpointKind(const char *kind) { m_kind_description.assign(kind); }
  449   const char *GetBreakpointKind() const { return m_kind_description.c_str(); }
tools/lldb/source/Breakpoint/Breakpoint.cpp
  864   if (!m_kind_description.empty()) {