Searched refs:GetCommandSPExact (Results 1 – 3 of 3) sorted by relevance
298 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 …]
477 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()
291 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,