gdb: Convert TUI windows names to lower case.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 6 Jul 2015 10:09:05 +0000 (11:09 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 10 Jul 2015 11:37:57 +0000 (12:37 +0100)
commit6dce28e413375aa878cf43853d32657d1fc26c6f
treeb3953e1012d425e9827a442c00aec129e0cd0011
parenta2c59f280dda14a2f68d0175c8879238be1aa200
gdb: Convert TUI windows names to lower case.

This commit converts the window names for the TUI windows to lower case.
The windows names are already lower case in the documentation, and are
shown as lower case in some of the command completion results.

Given that all the commands that take a window name currently accept
upper or lower case, this commit just changes the window names to lower
case in the remaining places they are displayed by gdb.

gdb/ChangeLog:

* tui/tui-data.h (SRC_NAME): Convert to lower case.
(CMD_NAME): Likewise.
(DATA_NAME): Likewise.
(DISASSEM_NAME): Likewise.
* tui/tui-win.c (tui_set_focus): Window names are now lower case.
(tui_set_win_height): Likewise.
(parse_scrolling_args): Likewise.
gdb/ChangeLog
gdb/tui/tui-data.h
gdb/tui/tui-win.c