aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-11-13 08:49:53 -0700
committerTom Tromey <tromey@adacore.com>2024-11-21 14:08:18 -0700
commit29e316d8b15f1f1874bb58d8cd8346629f4edcc4 (patch)
treed7176c1d26d62c6c68676dc009a28052c375d2b0 /gdb/NEWS
parent978324718990b6b371d4eeeba02cfe13a0ebf120 (diff)
downloadfsf-binutils-gdb-29e316d8b15f1f1874bb58d8cd8346629f4edcc4.zip
fsf-binutils-gdb-29e316d8b15f1f1874bb58d8cd8346629f4edcc4.tar.gz
fsf-binutils-gdb-29e316d8b15f1f1874bb58d8cd8346629f4edcc4.tar.bz2
Don't put JIT_READER_DIR into help text
The 80-column-help-string self-test can fail if gdb's install directory is too long, because the help for "jit-reader-load" includes JIT_READER_DIR. This help text is actually somewhat misleading, though. JIT_READER_DIR is not actually used directly -- instead the relocated variant is used. This patch adds a new "show jit-reader-directory" command and changes the help text to refer to this instead. I considered adding a "set" command as well, but since absolute paths are acceptable here, and since this is a very niche command anyway, I figured there was no need to bother. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32357 Reviewed-By: Kévin Le Gouguec <legouguec@adacore.com> Reviewed-By: Eli Zaretskii <eliz@gnu.org> Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 046daad..f3c5d720 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -94,6 +94,10 @@
* New commands
+show jit-reader-directory
+ Show the name of the directory that "jit-reader-load" uses for
+ relative file names.
+
set style line-number foreground COLOR
set style line-number background COLOR
set style line-number intensity VALUE