Searched refs:GetCommandSPExact (Results 1 – 3 of 3) sorted by relevance
282 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit"); in Initialize()288 cmd_obj_sp = GetCommandSPExact("_regexp-attach"); in Initialize()292 cmd_obj_sp = GetCommandSPExact("process detach"); in Initialize()297 cmd_obj_sp = GetCommandSPExact("process continue"); in Initialize()303 cmd_obj_sp = GetCommandSPExact("_regexp-break"); in Initialize()307 cmd_obj_sp = GetCommandSPExact("_regexp-tbreak"); in Initialize()311 cmd_obj_sp = GetCommandSPExact("thread step-inst"); in Initialize()317 cmd_obj_sp = GetCommandSPExact("thread step-inst-over"); in Initialize()323 cmd_obj_sp = GetCommandSPExact("thread step-in"); in Initialize()337 cmd_obj_sp = GetCommandSPExact("thread step-over"); in Initialize()[all …]
493 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact( in HandleAliasingRawCommand()551 m_interpreter.GetCommandSPExact(actual_command, true)); in HandleAliasingNormalCommand()588 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()590 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()1729 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute()2018 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute()
273 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,