diff options
author | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-06-03 21:51:56 +0200 |
---|---|---|
committer | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-06-03 21:59:35 +0200 |
commit | e664d728038abf414b6fb1a1c8cd3aacd0bb3b67 (patch) | |
tree | 17a95212594be88a1bf9a50c7f781cf57314ac8d /gdb/NEWS | |
parent | 206584bdf15aa19bb3c971b28e2c1fc04f32d027 (diff) | |
download | gdb-e664d728038abf414b6fb1a1c8cd3aacd0bb3b67.zip gdb-e664d728038abf414b6fb1a1c8cd3aacd0bb3b67.tar.gz gdb-e664d728038abf414b6fb1a1c8cd3aacd0bb3b67.tar.bz2 |
Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -69,6 +69,36 @@ set logging debugredirect [on|off] By default, GDB debug output will go to both the terminal and the logfile. Set if you want debug output to go only to the log file. +set style title foreground COLOR +set style title background COLOR +set style title intensity VALUE + Control the styling of titles. + +set style highlight foreground COLOR +set style highlight background COLOR +set style highlight intensity VALUE + Control the styling of highlightings. + +* Changed commands + +help + The "help" command uses the title style to enhance the + readibility of its output by styling the classes and + command names. + +apropos [-v] REGEXP + Similarly to "help", the "apropos" command also uses the + title style for the command names. "apropos" accepts now + a flag "-v" (verbose) to show the full documentation + of matching commands and to use the highlight style to mark + the documentation parts matching REGEXP. + +show style + The "show style" and its subcommands are now styling + a style name in their output using its own style, to help + the user visualize the different styles. + + * New MI commands -complete |