Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp866 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete() local
1020 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter() local
1729 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute() local
1921 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
1949 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
2018 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute() local
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp78 lldb::CommandObjectSP cmd_sp, in CommandAlias()
H A DCommandInterpreter.cpp939 const char *name) -> CommandObjectMultiword * { in VerifyUserMultiwordCmdPath()
1118 const lldb::CommandObjectSP &cmd_sp, in AddCommand()
1142 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp587 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand()