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

References

tools/lldb/include/lldb/Target/Target.h
 1143     StringList *GetCommandPointer() { return &m_commands; }
 1145     const StringList &GetCommands() { return m_commands; }
 1149     void SetCommands(StringList &in_commands) { m_commands = in_commands; }
tools/lldb/source/Target/Target.cpp
 3161       m_commands(rhs.m_commands), m_specifier_sp(rhs.m_specifier_sp),
 3213   uint32_t num_commands = m_commands.GetSize();
 3215     s->Indent(m_commands.GetStringAtIndex(i));