Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp546 CommandObjectSP command_sp(connect_gdb_remote_cmd_ap.release()); in LoadCommandDictionary() local
547 m_command_dict[command_sp->GetCommandName ()] = command_sp; in LoadCommandDictionary()
561 CommandObjectSP command_sp(connect_kdp_remote_cmd_ap.release()); in LoadCommandDictionary() local
562 m_command_dict[command_sp->GetCommandName ()] = command_sp; in LoadCommandDictionary()
581 CommandObjectSP command_sp(bt_regex_cmd_ap.release()); in LoadCommandDictionary() local
582 m_command_dict[command_sp->GetCommandName ()] = command_sp; in LoadCommandDictionary()
643 CommandObjectSP command_sp; in GetCommandSP() local
651 command_sp = pos->second; in GetCommandSP()
658 command_sp = pos->second; in GetCommandSP()
665 command_sp = pos->second; in GetCommandSP()
[all …]
/external/lldb/source/Commands/
DCommandObjectMultiword.cpp416 const lldb::CommandObjectSP& command_sp) in LoadSubCommand() argument
420 return proxy_command->LoadSubCommand (cmd_name, command_sp); in LoadSubCommand()