diff options
author | Pedro Alves <palves@redhat.com> | 2022-11-01 16:45:30 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-11-16 10:34:19 +0000 |
commit | 92c1d07de5f1d82421fcb78331d1e7c70a24ff23 (patch) | |
tree | c6861a7da09fcb25139470f766de4ba0fef97c50 /gdb/NEWS | |
parent | feb5926e8a85837e97c268af53db743b545957f5 (diff) | |
download | fsf-binutils-gdb-92c1d07de5f1d82421fcb78331d1e7c70a24ff23.zip fsf-binutils-gdb-92c1d07de5f1d82421fcb78331d1e7c70a24ff23.tar.gz fsf-binutils-gdb-92c1d07de5f1d82421fcb78331d1e7c70a24ff23.tar.bz2 |
gdb: add "set style tui-current-position on|off", default to off
As discussed at:
https://sourceware.org/pipermail/gdb-patches/2020-June/169519.html
this patch disables source and assembly code highlighting for the
text highlighted by the TUI's current position indicator, and adds a
command to enable it back.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -73,6 +73,11 @@ For both /r and /b GDB is now better at using whitespace in order to align the disassembled instruction text. +* The TUI no longer styles the source and assembly code highlighted by + the current position indicator by default. You can however + re-enable styling using the new "set style tui-current-position" + command. + * New commands maintenance set ignore-prologue-end-flag on|off @@ -117,6 +122,10 @@ set debug infcall on|off show debug infcall Print additional debug messages about inferior function calls. +set style tui-current-position [on|off] + Whether to style the source and assembly code highlighted by the + TUI's current position indicator. The default is off. + * Changed commands document user-defined |