Home
last modified time | relevance | path

Searched refs:GetCommandSPExact (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp304 cmd_obj_sp = GetCommandSPExact("frame select", false); in Initialize()
314 cmd_obj_sp = GetCommandSPExact("_regexp-jump", false); in Initialize()
320 cmd_obj_sp = GetCommandSPExact("_regexp-list", false); in Initialize()
326 cmd_obj_sp = GetCommandSPExact("_regexp-env", false); in Initialize()
330 cmd_obj_sp = GetCommandSPExact("memory read", false); in Initialize()
334 cmd_obj_sp = GetCommandSPExact("_regexp-up", false); in Initialize()
338 cmd_obj_sp = GetCommandSPExact("_regexp-down", false); in Initialize()
346 cmd_obj_sp = GetCommandSPExact("disassemble", false); in Initialize()
350 cmd_obj_sp = GetCommandSPExact("disassemble", false); in Initialize()
358 cmd_obj_sp = GetCommandSPExact("_regexp-bt", false); in Initialize()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp642 m_interpreter.GetCommandSPExact(cmd_obj.GetCommandName(), false)) { in HandleAliasingRawCommand()
697 m_interpreter.GetCommandSPExact(actual_command, true)); in HandleAliasingNormalCommand()
736 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName(), false); in HandleAliasingNormalCommand()
738 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName(), in HandleAliasingNormalCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h215 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,