From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17571 invoked by alias); 30 Sep 2016 18:47:23 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17499 invoked by uid 89); 30 Sep 2016 18:47:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-oi0-f47.google.com Received: from mail-oi0-f47.google.com (HELO mail-oi0-f47.google.com) (209.85.218.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Sep 2016 18:47:12 +0000 Received: by mail-oi0-f47.google.com with SMTP id n132so76011785oih.1 for ; Fri, 30 Sep 2016 11:47:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=6HN3eY7I/z7saQIw6FD3Q+7prP+BljDEicAXFZdlpmY=; b=eZQDq/KcCgdhJ6cKTyR9MrJT/s5MgA+2GDG2MHuttYoVJhF7Je1z+WEcdYOlETMsdB opGyeWcPgX6u2FQfP+4UZXNQq4qEtrrutafDmerceF+2eT/QQf2Dq72uIgoZEAqE27GQ RL60ZufYMUkMcUQkcPTOcoVv7GU+N9NYdWU5EekBzgZ80GXrG3BgrPsQgQcnbBPgFF/l 6sIW2hqjQ11MrxfvM8zjbYypdgN8AWNbHj+Yf75Ai+Ryb+bCSYcrjsUsxNFjA7icUfig anTSvM+MUfgzh9YHeDQV1h31yp0nA6LqTPmlxlGLAVzePgH12EDtSwKC8+f2+fH4z+PG CBIQ== X-Gm-Message-State: AA6/9Rl8yuw52Jf9DMAQugj0AHZaBTOl8oyl1e3fdr9+zKnK7oxUAvSzyfPWen2HCUjBAt/T5wYToMPtlLAYww== X-Received: by 10.157.14.24 with SMTP id c24mr6025589otc.244.1475261231337; Fri, 30 Sep 2016 11:47:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.221.3 with HTTP; Fri, 30 Sep 2016 11:47:10 -0700 (PDT) In-Reply-To: <1475258387-26605-1-git-send-email-Anton.Kolesov@synopsys.com> References: <1475258387-26605-1-git-send-email-Anton.Kolesov@synopsys.com> From: Yao Qi Date: Fri, 30 Sep 2016 19:31:00 -0000 Message-ID: Subject: Re: [PATCH] arc: Remove annoying debug message To: Anton Kolesov Cc: "gdb-patches@sourceware.org" , Francois Bedard Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00438.txt.bz2 On Fri, Sep 30, 2016 at 6:59 PM, Anton Kolesov wrote: > This logging message is called too often - once for each register when it= 's > value has to be evaluated. This floods the screen for commands like "info > register all", but doesn't give really any help at debugging GDB issues. > Between increasing the debug level of this message and removing it altoge= ther I > think that removing it is preferable. > > gdb/ChangeLog: > > arc-tdep.c (arc_frame_prev_register): Remove annoying log message. Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)