HomeSort by relevance Sort by last modified time
    Searched refs:CommandObjectSP (Results 1 - 25 of 30) sorted by null

1 2

  /external/lldb/include/lldb/Interpreter/
CommandObjectMultiword.h 47 const lldb::CommandObjectSP& command_obj);
52 virtual lldb::CommandObjectSP
124 virtual lldb::CommandObjectSP
138 const lldb::CommandObjectSP& command_obj);
CommandInterpreter.h 83 const lldb::CommandObjectSP &cmd_sp,
88 const lldb::CommandObjectSP &cmd_sp,
91 lldb::CommandObjectSP
114 lldb::CommandObjectSP& command_obj_sp);
136 ProcessAliasOptionsArgs (lldb::CommandObjectSP &cmd_obj_sp,
456 lldb::CommandObjectSP
CommandObject.h 77 typedef std::map<std::string, lldb::CommandObjectSP> CommandMap;
140 virtual lldb::CommandObjectSP
143 return lldb::CommandObjectSP();
172 const lldb::CommandObjectSP& command_obj)
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 153 CommandObjectSP cmd_obj_sp = GetCommandSPExact ("quit", false);
368 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))
    [all...]
  /external/lldb/include/lldb/API/
SBCommandInterpreter.h 186 SBCommand (lldb::CommandObjectSP cmd_sp);
188 lldb::CommandObjectSP m_opaque_sp;
  /external/lldb/source/Commands/
CommandObjectMultiword.cpp 46 CommandObjectSP
49 CommandObjectSP return_cmd_sp;
94 const CommandObjectSP& cmd_obj
382 lldb::CommandObjectSP
388 return lldb::CommandObjectSP();
416 const lldb::CommandObjectSP& command_sp)
CommandObjectPlugin.cpp 117 LoadSubCommand ("load", CommandObjectSP (new CommandObjectPluginLoad (interpreter)));
CommandObjectPlatform.cpp     [all...]
CommandObjectCommands.cpp 613 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact (cmd_obj.GetCommandName(), false);
679 CommandObjectSP command_obj_sp(m_interpreter.GetCommandSPExact (actual_command.c_str(), true));
680 CommandObjectSP subcommand_obj_sp;
718 CommandObjectSP tmp_sp = m_interpreter.GetCommandSPExact (cmd_obj->GetCommandName(), false);
    [all...]
CommandObjectLog.cpp 488 LoadSubCommand ("enable", CommandObjectSP (new CommandObjectLogEnable (interpreter)));
489 LoadSubCommand ("disable", CommandObjectSP (new CommandObjectLogDisable (interpreter)));
490 LoadSubCommand ("list", CommandObjectSP (new CommandObjectLogList (interpreter)));
491 LoadSubCommand ("timers", CommandObjectSP (new CommandObjectLogTimer (interpreter)));
CommandObjectThread.cpp     [all...]
CommandObjectWatchpoint.cpp     [all...]
CommandObjectProcess.cpp     [all...]
CommandObjectType.cpp     [all...]
CommandObjectSettings.cpp     [all...]
CommandObjectTarget.cpp     [all...]
CommandObjectFrame.cpp 616 LoadSubCommand ("info", CommandObjectSP (new CommandObjectFrameInfo (interpreter)));
617 LoadSubCommand ("select", CommandObjectSP (new CommandObjectFrameSelect (interpreter)));
618 LoadSubCommand ("variable", CommandObjectSP (new CommandObjectFrameVariable (interpreter)));
CommandObjectWatchpointCommand.cpp     [all...]
CommandObjectBreakpoint.cpp     [all...]
CommandObjectRegister.cpp 489 LoadSubCommand ("read", CommandObjectSP (new CommandObjectRegisterRead (interpreter)));
490 LoadSubCommand ("write", CommandObjectSP (new CommandObjectRegisterWrite (interpreter)));
CommandObjectBreakpointCommand.cpp     [all...]
  /external/lldb/source/API/
SBCommandInterpreter.cpp 417 lldb::CommandObjectSP new_command_sp(new_command);
426 lldb::CommandObjectSP new_command_sp;
437 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp)
471 lldb::CommandObjectSP new_command_sp(new_command);
484 lldb::CommandObjectSP new_command_sp;
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.h 253 lldb::CommandObjectSP m_command_sp;
ProcessKDP.cpp     [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.h 335 lldb::CommandObjectSP m_command_sp;

Completed in 2831 milliseconds

1 2