public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Burgess <andrew.burgess@embecosm.com>
To: gdb-patches@sourceware.org
Cc: Andrew Burgess <andrew.burgess@embecosm.com>
Subject: [PATCH 0/3] convert tui window names to lower case
Date: Wed, 08 Jul 2015 20:37:00 -0000	[thread overview]
Message-ID: <cover.1436387456.git.andrew.burgess@embecosm.com> (raw)

This patch series converts the tui window names to lower case.  The
window names are already lower case in the documentation, and the
recently added command completer for 'focus' reports window names as
lower case.

The window names aren't actally shown in that many places, so this
change shouldn't be that big of a upset (I hope), plus all the
commands that take a window name already accepts both upper and lower
case.

Patch #1 does the conversion to lower case.

Patch #2 is a follow-on clean up.

Patch #3 is a small related bug fix, I've left it in this chain as it
         would other wise conflict with patch #1.

Thanks,
Andrew

--

Andrew Burgess (3):
  gdb: Convert TUI windows names to lower case.
  gdb/tui: Define tui window names once.
  gdb/tui: Use cleanups to free string copies.

 gdb/ChangeLog      | 21 +++++++++++++++++++++
 gdb/tui/tui-data.h |  8 ++++----
 gdb/tui/tui-win.c  | 46 ++++++++++++++++------------------------------
 3 files changed, 41 insertions(+), 34 deletions(-)

-- 
2.4.0

             reply	other threads:[~2015-07-08 20:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08 20:37 Andrew Burgess [this message]
2015-07-08 20:37 ` [PATCH 3/3] gdb/tui: Use cleanups to free string copies Andrew Burgess
2015-07-08 20:37 ` [PATCH 1/3] gdb: Convert TUI windows names to lower case Andrew Burgess
2015-07-08 20:37 ` [PATCH 2/3] gdb/tui: Define tui window names once Andrew Burgess
2015-07-08 20:52 ` [PATCH 0/3] convert tui window names to lower case Patrick Palka
2015-07-09 10:44   ` Pedro Alves
2015-07-09 12:53   ` Patrick Palka

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=cover.1436387456.git.andrew.burgess@embecosm.com \
    --to=andrew.burgess@embecosm.com \
    --cc=gdb-patches@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).