Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Doug Evans <dje@google.com>
To: Gary Benson <gbenson@redhat.com>
Cc: gdb-patches <gdb-patches@sourceware.org>,
	Pedro Alves <palves@redhat.com>
Subject: Re: [PATCH 5/5 v7] Introduce show_debug_regs
Date: Mon, 18 Aug 2014 16:40:00 -0000	[thread overview]
Message-ID: <CADPb22S_hxpZ-GhHD_U-TrJAcFCxJ0JTEjwFr=iW1SzVH-=cMw@mail.gmail.com> (raw)
In-Reply-To: <1407923779-22149-6-git-send-email-gbenson@redhat.com>

On Wed, Aug 13, 2014 at 2:56 AM, Gary Benson <gbenson@redhat.com> wrote:
> This commit adds a new global flag show_debug_regs to common-debug.h
> to replace the flag debug_hw_points used by gdbserver and by the
> Linux x86 and AArch64 ports, and to replace the flag maint_show_dr
> used by the Linux MIPS port.
>
> gdb/
> 2014-08-13  Gary Benson  <gbenson@redhat.com>
>
>         * common/common-debug.h (show_debug_regs): Declare.
>         * common/common-debug.c (show_debug_regs): Define.
>         * aarch64-linux-nat.c (debug_hw_points): Don't define.  Replace
>         all uses with show_debug_regs.  Replace all uses that considered
>         debug_hw_points as a multi-value integer with straight boolean
>         uses.
>         * i386-nat.c (debug_hw_points): Don't define.  Replace all uses
>         with show_debug_regs.
>         * nat/i386-dregs.c (debug_hw_points): Don't declare.  Replace
>         all uses with show_debug_regs.
>         * mips-linux-nat.c (maint_show_dr): Don't define.  Replace all
>         uses with show_debug_regs.
>
> gdb/gdbserver/
> 2014-08-13  Gary Benson  <gbenson@redhat.com>
>
>         * server.h (debug_hw_points): Don't declare.
>         * server.c (debug_hw_points): Don't define.  Replace all uses
>         with show_debug_regs.
>         * linux-aarch64-low.c (debug_hw_points): Don't define.  Replace
>         all uses with show_debug_regs.

I'd let this one sit for awhile longer, to give others a bit more time
to comment if they want.


  reply	other threads:[~2014-08-18 16:40 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-13  9:56 [PATCH 0/5 v7] Common code cleanups (first four, and one new) Gary Benson
2014-08-13  9:56 ` [PATCH 2/5 v7] Introduce common-types.h Gary Benson
2014-08-18 16:25   ` Doug Evans
2014-08-13  9:56 ` [PATCH 3/5 v7] Move print-utils.h to common-defs.h Gary Benson
2014-08-18 16:29   ` Doug Evans
2014-08-13  9:56 ` [PATCH 4/5 v7] Introduce common-debug.h Gary Benson
2014-08-18 16:38   ` Doug Evans
2014-08-19  9:12     ` Gary Benson
2014-08-19 23:22       ` Steve Ellcey
2014-08-20  8:53         ` Gary Benson
2014-08-20  9:42           ` Mike Frysinger
2014-08-20 12:09             ` Gary Benson
2014-08-20 13:32               ` Frank Ch. Eigler
2014-08-20 19:16                 ` Gary Benson
2014-08-20 21:41                   ` Frank Ch. Eigler
2014-08-20 21:58                     ` Gary Benson
2014-08-20 22:48                       ` Frank Ch. Eigler
2014-08-21  1:19                         ` Mike Frysinger
2014-08-27  8:53                           ` [PING PATCH] Rename SIM's debug_printf (Was: [PATCH 4/5 v7] Introduce common-debug.h) Gary Benson
2014-08-28  0:09                             ` Frank Ch. Eigler
2014-08-28 13:31                               ` Gary Benson
2014-08-20 21:58                     ` [PATCH 4/5 v7] Introduce common-debug.h Doug Evans
2014-08-20 15:32               ` Mike Frysinger
2014-08-20 19:14                 ` Gary Benson
2014-08-21  1:18                   ` Mike Frysinger
2014-08-13 10:34 ` [PATCH 5/5 v7] Introduce show_debug_regs Gary Benson
2014-08-18 16:40   ` Doug Evans [this message]
2014-08-13 10:55 ` [PATCH 1/5 v7] Introduce common/errors.h Gary Benson
2014-08-18 16:20   ` Doug Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADPb22S_hxpZ-GhHD_U-TrJAcFCxJ0JTEjwFr=iW1SzVH-=cMw@mail.gmail.com' \
    --to=dje@google.com \
    --cc=gbenson@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=palves@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox