Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp78 lldb::CommandObjectSP cmd_sp, in CommandAlias()
DCommandInterpreter.cpp992 const lldb::CommandObjectSP &cmd_sp, in AddCommand()
1014 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp847 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete() local
1003 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter() local
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp643 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand()