Searched refs:m_command_dict (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp368 m_command_dict["apropos"] = CommandObjectSP (new CommandObjectApropos (*this));
369 m_command_dict["breakpoint"]= CommandObjectSP (new CommandObjectMultiwordBreakpoint (*this));
370 m_command_dict["command"] = CommandObjectSP (new CommandObjectMultiwordCommands (*this));
371 m_command_dict["disassemble"] = CommandObjectSP (new CommandObjectDisassemble (*this));
372 m_command_dict["expression"]= CommandObjectSP (new CommandObjectExpression (*this));
373 m_command_dict["frame"] = CommandObjectSP (new CommandObjectMultiwordFrame (*this));
374 m_command_dict["help"] = CommandObjectSP (new CommandObjectHelp (*this));
375 m_command_dict["log"] = CommandObjectSP (new CommandObjectLog (*this));
376 m_command_dict["memory"] = CommandObjectSP (new CommandObjectMemory (*this));
377 m_command_dict["platfor
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h469 CommandObject::CommandMap m_command_dict; // Stores basic built-in commands (they cannot be deleted, removed or overwritten). member in class:lldb_private::CommandInterpreter

Completed in 110 milliseconds