Home
last modified time | relevance | path

Searched refs:m_commands (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp78 m_commands.push_back(std::string(option_arg)); in SetOptionValue()
160 m_commands.clear(); in OptionParsingStarting()
164 if (!m_commands.empty()) { in OptionParsingFinished()
167 for (std::string &str : m_commands) in OptionParsingFinished()
178 std::vector<std::string> m_commands; member in lldb_private::BreakpointOptionGroup
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1349 StringList &GetCommands() { return m_commands; } in GetCommands()
1359 StringList m_commands;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3773 if (m_commands.GetSize() == 1) in GetSubclassDescription()
3774 s.PutCString(m_commands.GetStringAtIndex(0)); in GetSubclassDescription()
3779 uint32_t num_commands = m_commands.GetSize(); in GetSubclassDescription()
3781 s.Indent(m_commands.GetStringAtIndex(i)); in GetSubclassDescription()
3804 if (!m_commands.GetSize()) in HandleStop()