Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp860 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); IOHandlerInputComplete() local
1012 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); AddRegexCommandToInterpreter() local
1749 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); DoExecute() local
1940 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( DoExecute() local
1968 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( DoExecute() local
2036 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); DoExecute() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp79 lldb::CommandObjectSP cmd_sp, in CommandAlias()
H A DCommandInterpreter.cpp942 __anon761540d50202(CommandObjectSP cmd_sp, const char *name) VerifyUserMultiwordCmdPath() argument
1121 AddCommand(llvm::StringRef name,const lldb::CommandObjectSP & cmd_sp,bool can_replace) AddCommand() argument
1145 AddUserCommand(llvm::StringRef name,const lldb::CommandObjectSP & cmd_sp,bool can_replace) AddUserCommand() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp607 SBCommand(lldb::CommandObjectSP cmd_sp) SBCommand() argument