Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp296 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit"); in Initialize()
302 cmd_obj_sp = GetCommandSPExact("_regexp-attach"); in Initialize()
306 cmd_obj_sp = GetCommandSPExact("process detach"); in Initialize()
311 cmd_obj_sp = GetCommandSPExact("process continue"); in Initialize()
317 cmd_obj_sp = GetCommandSPExact("_regexp-break"); in Initialize()
321 cmd_obj_sp = GetCommandSPExact("_regexp-tbreak"); in Initialize()
325 cmd_obj_sp = GetCommandSPExact("thread step-inst"); in Initialize()
331 cmd_obj_sp = GetCommandSPExact("thread step-inst-over"); in Initialize()
337 cmd_obj_sp = GetCommandSPExact("thread step-in"); in Initialize()
351 cmd_obj_sp = GetCommandSPExact("thread step-over"); in Initialize()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp470 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact( in HandleAliasingRawCommand()
528 m_interpreter.GetCommandSPExact(actual_command, true)); in HandleAliasingNormalCommand()
565 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
567 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
2395 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute()
2657 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h287 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,