Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp79 lldb::CommandObjectSP cmd_sp, in CommandAlias()
H A DCommandInterpreter.cpp965 __anonb6e32b560202(CommandObjectSP cmd_sp, const char *name) VerifyUserMultiwordCmdPath() argument
1144 AddCommand(llvm::StringRef name,const lldb::CommandObjectSP & cmd_sp,bool can_replace) AddCommand() argument
1168 AddUserCommand(llvm::StringRef name,const lldb::CommandObjectSP & cmd_sp,bool can_replace) AddUserCommand() argument
[all...]
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp816 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); IOHandlerInputComplete() local
968 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); AddRegexCommandToInterpreter() local
2395 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); DoExecute() local
2574 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( DoExecute() local
2602 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( DoExecute() local
2657 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); DoExecute() local
[all...]
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp637 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand()