This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] arc: Remove annoying debug message
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Anton Kolesov <Anton dot Kolesov at synopsys dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>, Francois Bedard <Francois dot Bedard at synopsys dot com>
- Date: Fri, 30 Sep 2016 19:47:10 +0100
- Subject: Re: [PATCH] arc: Remove annoying debug message
- Authentication-results: sourceware.org; auth=none
- References: <1475258387-26605-1-git-send-email-Anton.Kolesov@synopsys.com>
On Fri, Sep 30, 2016 at 6:59 PM, Anton Kolesov
<Anton.Kolesov@synopsys.com> 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 altogether 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.
--
Yao (齐尧)