Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp348 cmd_obj_sp = GetCommandSPExact("frame select"); in Initialize()
370 cmd_obj_sp = GetCommandSPExact("_regexp-env"); in Initialize()
374 cmd_obj_sp = GetCommandSPExact("memory read"); in Initialize()
378 cmd_obj_sp = GetCommandSPExact("_regexp-up"); in Initialize()
390 cmd_obj_sp = GetCommandSPExact("disassemble"); in Initialize()
394 cmd_obj_sp = GetCommandSPExact("disassemble"); in Initialize()
402 cmd_obj_sp = GetCommandSPExact("_regexp-bt"); in Initialize()
416 cmd_obj_sp = GetCommandSPExact("dwim-print"); in Initialize()
428 cmd_obj_sp = GetCommandSPExact("expression"); in Initialize()
502 cmd_obj_sp = GetCommandSPExact("register"); in Initialize()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp489 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact( in HandleAliasingRawCommand()
547 m_interpreter.GetCommandSPExact(actual_command, true)); in HandleAliasingNormalCommand()
584 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
586 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
1749 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute()
2036 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h273 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,