This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] convert tui window names to lower case


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]