Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp331 cmd_obj_sp = GetCommandSPExact("frame select"); in Initialize()
341 cmd_obj_sp = GetCommandSPExact("_regexp-jump"); in Initialize()
347 cmd_obj_sp = GetCommandSPExact("_regexp-list"); in Initialize()
353 cmd_obj_sp = GetCommandSPExact("_regexp-env"); in Initialize()
357 cmd_obj_sp = GetCommandSPExact("memory read"); in Initialize()
361 cmd_obj_sp = GetCommandSPExact("_regexp-up"); in Initialize()
373 cmd_obj_sp = GetCommandSPExact("disassemble"); in Initialize()
377 cmd_obj_sp = GetCommandSPExact("disassemble"); in Initialize()
385 cmd_obj_sp = GetCommandSPExact("_regexp-bt"); in Initialize()
399 cmd_obj_sp = GetCommandSPExact("expression"); in Initialize()
[all …]
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp488 if (CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact( in HandleAliasingRawCommand()
548 m_interpreter.GetCommandSPExact(actual_command, true)); in HandleAliasingNormalCommand()
585 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
587 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
1726 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute()
2015 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h264 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,