Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp319 cmd_obj_sp = GetCommandSPExact("frame select"); in Initialize()
329 cmd_obj_sp = GetCommandSPExact("_regexp-jump"); in Initialize()
335 cmd_obj_sp = GetCommandSPExact("_regexp-list"); in Initialize()
341 cmd_obj_sp = GetCommandSPExact("_regexp-env"); in Initialize()
345 cmd_obj_sp = GetCommandSPExact("memory read"); in Initialize()
349 cmd_obj_sp = GetCommandSPExact("_regexp-up"); in Initialize()
361 cmd_obj_sp = GetCommandSPExact("disassemble"); in Initialize()
365 cmd_obj_sp = GetCommandSPExact("disassemble"); in Initialize()
373 cmd_obj_sp = GetCommandSPExact("_regexp-bt"); in Initialize()
387 cmd_obj_sp = GetCommandSPExact("expression"); in Initialize()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp453 m_interpreter.GetCommandSPExact(cmd_obj.GetCommandName())) { in HandleAliasingRawCommand()
504 m_interpreter.GetCommandSPExact(actual_command, true)); in HandleAliasingNormalCommand()
541 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
543 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h262 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,