Home
last modified time | relevance | path

Searched defs:cmd_obj_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp153 CommandObjectSP cmd_obj_sp = GetCommandSPExact ("quit", false); in Initialize() local
812 …CommandObjectSP cmd_obj_sp = GetCommandSP (cmd_words.GetArgumentAtIndex (0), include_aliases, true… in GetCommandSPExact() local
885 CommandInterpreter::ProcessAliasOptionsArgs (lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs()
957 … CommandObjectSP cmd_obj_sp(GetCommandSP (cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName() local
/external/lldb/source/Commands/
DCommandObjectCommands.cpp613 … CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact (cmd_obj.GetCommandName(), false); in HandleAliasingRawCommand() local