diff options
author | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-05-04 15:39:27 +0200 |
---|---|---|
committer | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-05-31 17:14:20 +0200 |
commit | e2c52041c02e2bdee5b28e97c7997caf0ee5bb2d (patch) | |
tree | 078d55ebb3f66b8e30a170287cc817c1c5807aa5 /gdb/doc/ChangeLog | |
parent | 708dc93ed0c8ee744e2784a1c349d8129a84200f (diff) | |
download | binutils-gdb-e2c52041c02e2bdee5b28e97c7997caf0ee5bb2d.tar.gz |
NEWS and documentation for | (pipe) command.
gdb/ChangeLog
* NEWS: Mention new pipe command and new convenience variables.
gdb/doc/ChangeLog
* gdb.texinfo (Shell Commands): Document pipe command.
(Logging Output): Add a reference to pipe command.
(Convenience Variables): Document $_shell_exitcode and
$_shell_exitstatus.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c075d74eec8..00388244fda 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> + + * gdb.texinfo (Shell Commands): Document pipe command. + (Logging Output): Add a reference to pipe command. + (Convenience Variables): Document $_shell_exitcode and + $_shell_exitstatus. + 2019-05-29 Tom Tromey <tromey@adacore.com> * gdb.texinfo (Continuing and Stepping): Document new |