This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 20/20] Change TUI window commands to be case-sensitive
> From: Tom Tromey <tom@tromey.com>
> Cc: Tom Tromey <tom@tromey.com>
> Date: Tue, 10 Sep 2019 13:08:57 -0600
>
> The TUI window-related commands like "focus" are case insensitive.
> This is not the norm in gdb, and I don't see a good reason to have it
> here. This patch changes the TUI to be case sensitive, like the rest
> of gdb.
Shouldn't this be in NEWS? It's an incompatible behavior change.