diff options
author | Pedro Alves <palves@redhat.com> | 2019-06-13 00:06:54 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2019-06-13 00:25:06 +0100 |
commit | 3345721af145007661f4e7e7f4300470095ba622 (patch) | |
tree | b5558d8374f1d8c94e25f6ef0a60a4cd414c6174 /gdb/doc/ChangeLog | |
parent | 6206060d9be8da3e701fe0307c6c01390e2b4ae2 (diff) | |
download | binutils-gdb-3345721af145007661f4e7e7f4300470095ba622.tar.gz |
NEWS and manual changes for command options changes
gdb/ChangeLog:
2019-06-13 Pedro Alves <palves@redhat.com>
* NEWS (New commands): Mention "maint test-options
require-delimiter", "maint test-options unknown-is-error", "maint
test-options unknown-is-operand" and "maint show
test-options-completion-result".
(New command options, command completion): New section.
(Completion improvements): New section.
Mention that you can abbreviate "unlimited".
gdb/doc/ChangeLog:
2019-06-13 Pedro Alves <palves@redhat.com>
* gdb.texinfo (Command Completion): Mention command options too.
(Command Options): New node.
(Threads): Add anchors. Extend descriptions of the "taas" and
"tfaas" commands.
(Backtrace): Describe new options of the "backtrace" command. Add
anchors.
(Frame Apply): Describe new options of the "frame apply" and
"faas" commands. Add anchors.
(Data): Describe new options of the "print" command. Add anchors.
(Compiling and Injecting Code): Mention options of the "compile
print" command.
(Maintenance Commands): Mention "maint test-options" subcommands
and the "maint show test-options-completion-result" command.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 013ef02ffed..17048c8b2da 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,21 @@ 2019-06-13 Pedro Alves <palves@redhat.com> + * gdb.texinfo (Command Completion): Mention command options too. + (Command Options): New node. + (Threads): Add anchors. Extend descriptions of the "taas" and + "tfaas" commands. + (Backtrace): Describe new options of the "backtrace" command. Add + anchors. + (Frame Apply): Describe new options of the "frame apply" and + "faas" commands. Add anchors. + (Data): Describe new options of the "print" command. Add anchors. + (Compiling and Injecting Code): Mention options of the "compile + print" command. + (Maintenance Commands): Mention "maint test-options" subcommands + and the "maint show test-options-completion-result" command. + +2019-06-13 Pedro Alves <palves@redhat.com> + * gdb.texinfo (Print Settings): Document "set/show print raw-frame-arguments" instead of "set/show print raw frame-arguments". |