arc: Remove annoying debug message
authorAnton Kolesov <Anton.Kolesov@synopsys.com>
Wed, 5 Oct 2016 10:06:08 +0000 (13:06 +0300)
committerAnton Kolesov <Anton.Kolesov@synopsys.com>
Wed, 5 Oct 2016 10:07:44 +0000 (13:07 +0300)
commited2f09e183df513e9616c53cdace32cf8b824b98
treea64bd26e567ccf4bec668b982addb3783e19e825
parentc1d0b70ae517512a77eed778c6dd7d8a941962fc
arc: Remove annoying debug message

The 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.
gdb/ChangeLog
gdb/arc-tdep.c
This page took 0.027622 seconds and 4 git commands to generate.