Searched refs:m_commands (Results 1 – 3 of 3) sorted by relevance
76 m_commands.push_back(std::string(option_arg)); in SetOptionValue()157 m_commands.clear(); in OptionParsingStarting()161 if (!m_commands.empty()) { in OptionParsingFinished()164 for (std::string &str : m_commands) in OptionParsingFinished()175 std::vector<std::string> m_commands; member in lldb_private::BreakpointOptionGroup
1308 StringList &GetCommands() { return m_commands; } in GetCommands()1318 StringList m_commands;
3669 if (m_commands.GetSize() == 1) in GetSubclassDescription()3670 s->PutCString(m_commands.GetStringAtIndex(0)); in GetSubclassDescription()3675 uint32_t num_commands = m_commands.GetSize(); in GetSubclassDescription()3677 s->Indent(m_commands.GetStringAtIndex(i)); in GetSubclassDescription()3700 if (!m_commands.GetSize()) in HandleStop()