Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1664 CommandObjectSP new_cmd_sp(new CommandObjectScriptingObjectParsed( in Create() local
1668 = static_cast<CommandObjectScriptingObjectParsed *>(new_cmd_sp.get()); in Create()
1684 return new_cmd_sp; in Create()
2262 CommandObjectSP new_cmd_sp; in DoExecute() local
2264 new_cmd_sp.reset(new CommandObjectPythonFunction( in DoExecute()
2283 new_cmd_sp = CommandObjectScriptingObjectParsed::Create(m_interpreter, in DoExecute()
2288 new_cmd_sp.reset(new CommandObjectScriptingObjectRaw( in DoExecute()
2297 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()
2303 m_container->LoadUserSubcommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()