Home
last modified time | relevance | path

Searched defs:cmd_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp73 lldb::CommandObjectSP cmd_sp, in CommandAlias()
H A DCommandInterpreter.cpp969 const char *name) -> CommandObjectMultiword * { in VerifyUserMultiwordCmdPath()
1200 const lldb::CommandObjectSP &cmd_sp, in AddCommand()
1224 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp825 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete() local
978 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter() local
2638 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute() local
2817 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
2845 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
2900 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp649 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand()