Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandInterpreter.cpp155 CommandObjectSP cmd_obj_sp = GetCommandSPExact ("quit", false); in Initialize() local
842 …CommandObjectSP cmd_obj_sp = GetCommandSP (cmd_words.GetArgumentAtIndex (0), include_aliases, true… in GetCommandSPExact() local
915 CommandInterpreter::ProcessAliasOptionsArgs (lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs()
987 … CommandObjectSP cmd_obj_sp(GetCommandSP (cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName() local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectCommands.cpp630 … CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact (cmd_obj.GetCommandName(), false); in HandleAliasingRawCommand() local