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

/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp546 CommandObjectSP command_sp(connect_gdb_remote_cmd_ap.release());
547 m_command_dict[command_sp->GetCommandName ()] = command_sp;
561 CommandObjectSP command_sp(connect_kdp_remote_cmd_ap.release());
562 m_command_dict[command_sp->GetCommandName ()] = command_sp;
581 CommandObjectSP command_sp(bt_regex_cmd_ap.release());
582 m_command_dict[command_sp->GetCommandName ()] = command_sp;
643 CommandObjectSP command_sp; local
[all...]
/external/lldb/source/Commands/
H A DCommandObjectMultiword.cpp416 const lldb::CommandObjectSP& command_sp)
420 return proxy_command->LoadSubCommand (cmd_name, command_sp);
415 LoadSubCommand(const char *cmd_name, const lldb::CommandObjectSP& command_sp) argument

Completed in 320 milliseconds