aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>2019-08-03 21:20:44 +0200
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>2019-08-03 21:27:51 +0200
commitae60f04e08bf48f65d9101a6ab63f3806e6fca5e (patch)
tree1c34306cf263ec43333a9c7f109fd1dd7965fda0 /gdb/NEWS
parentdb4dc13eebbd73cddfe3abb6c001982c7bdbba3f (diff)
downloadbinutils-ae60f04e08bf48f65d9101a6ab63f3806e6fca5e.zip
binutils-ae60f04e08bf48f65d9101a6ab63f3806e6fca5e.tar.gz
binutils-ae60f04e08bf48f65d9101a6ab63f3806e6fca5e.tar.bz2
NEWS and documentation for info sources [-dirname | -basename] [--] [REGEXP].
gdb/ChangeLog 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> * NEWS: Mention changes to "info sources" command. gdb/doc/ChangeLog 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> * gdb.texinfo (Symbols): Document new args -dirname and -basename of "info sources" command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 3c3351e..da641cb 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -144,6 +144,12 @@ eval
This allows to do formatted printing of strings without having
a running inferior, or when debugging a core dump.
+info sources [-dirname | -basename] [--] [REGEXP]
+ This command has now optional arguments to only print the files
+ whose names match REGEXP. The arguments -dirname and -basename
+ allow to restrict matching respectively to the dirname and basename
+ parts of the files.
+
show style
The "show style" and its subcommands are now styling
a style name in their output using its own style, to help
@@ -225,6 +231,9 @@ maint show test-options-completion-result
-past-main [on|off]
-past-entry [on|off]
+ ** The new "info sources" options -dirname and -basename options
+ are using the standard '-OPT' infrastructure.
+
All options above can also be abbreviated. The argument of boolean
(on/off) options can be 0/1 too, and also the argument is assumed
"on" if omitted. This allows writing compact command invocations,