Searched refs:GetCommandSPExact (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 238 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit", false); in Initialize() 244 cmd_obj_sp = GetCommandSPExact("_regexp-attach", false); in Initialize() 248 cmd_obj_sp = GetCommandSPExact("process detach", false); in Initialize() 253 cmd_obj_sp = GetCommandSPExact("process continue", false); in Initialize() 259 cmd_obj_sp = GetCommandSPExact("_regexp-break", false); in Initialize() 263 cmd_obj_sp = GetCommandSPExact("_regexp-tbreak", false); in Initialize() 267 cmd_obj_sp = GetCommandSPExact("thread step-inst", false); in Initialize() 273 cmd_obj_sp = GetCommandSPExact("thread step-inst-over", false); in Initialize() 279 cmd_obj_sp = GetCommandSPExact("thread step-in", false); in Initialize() 293 cmd_obj_sp = GetCommandSPExact("thread step-over", false); in Initialize() [all …]
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectCommands.cpp | 467 m_interpreter.GetCommandSPExact(cmd_obj.GetCommandName(), false)) { in HandleAliasingRawCommand() 522 m_interpreter.GetCommandSPExact(actual_command, true)); in HandleAliasingNormalCommand() 561 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName(), false); in HandleAliasingNormalCommand() 563 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName(), in HandleAliasingNormalCommand()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandInterpreter.h | 267 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,
|