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

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp76 m_commands.push_back(std::string(option_arg));
157 m_commands.clear();
161 if (!m_commands.empty()) {
164 for (std::string &str : m_commands)
175 std::vector<std::string> m_commands; member in class:lldb_private::BreakpointOptionGroup
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1336 StringList &GetCommands() { return m_commands; }
1346 StringList m_commands; member in class:lldb_private::Target::StopHookCommandLine
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3785 if (m_commands.GetSize() == 1)
3786 s.PutCString(m_commands.GetStringAtIndex(0));
3791 uint32_t num_commands = m_commands.GetSize();
3793 s.Indent(m_commands.GetStringAtIndex(i));
3816 if (!m_commands.GetSize())

Completed in 91 milliseconds