From 0e5ad4426a0b186290b845852ba9dac112388cbc Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 15 Dec 2020 08:07:32 -0700 Subject: Highlight deprecated commands using title style After Andrew's latest patch, I noticed that the deprecation warnings could use the (so-called) title style when printing command names. This patch implements this idea. gdb/ChangeLog 2020-12-15 Tom Tromey * cli/cli-decode.c (deprecated_cmd_warning): Use title style for command names. gdb/testsuite/ChangeLog 2020-12-15 Tom Tromey * gdb.base/style.exp: Add deprecation tests. --- gdb/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0bf7d51..e82a7c4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2020-12-15 Tom Tromey + + * cli/cli-decode.c (deprecated_cmd_warning): Use title style for + command names. + 2020-12-14 Tom Tromey * dtrace-probe.c (dtrace_process_dof_probe): Use value_type. -- cgit v1.1