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.cpp298 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit"); in Initialize()
304 cmd_obj_sp = GetCommandSPExact("_regexp-attach"); in Initialize()
308 cmd_obj_sp = GetCommandSPExact("process detach"); in Initialize()
313 cmd_obj_sp = GetCommandSPExact("process continue"); in Initialize()
319 cmd_obj_sp = GetCommandSPExact("_regexp-break"); in Initialize()
323 cmd_obj_sp = GetCommandSPExact("_regexp-tbreak"); in Initialize()
327 cmd_obj_sp = GetCommandSPExact("thread step-inst"); in Initialize()
333 cmd_obj_sp = GetCommandSPExact("thread step-inst-over"); in Initialize()
339 cmd_obj_sp = GetCommandSPExact("thread step-in"); in Initialize()
353 cmd_obj_sp = GetCommandSPExact("thread step-over"); in Initialize()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp477 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact( in HandleAliasingRawCommand()
535 m_interpreter.GetCommandSPExact(actual_command, true)); in HandleAliasingNormalCommand()
572 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
574 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()
2638 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute()
2900 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h291 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,