diff options
author | Pedro Alves <palves@redhat.com> | 2020-01-10 20:06:15 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2020-01-10 20:06:15 +0000 |
commit | 65c574f6dd066a239a94c2df0e1e12d50eae06c9 (patch) | |
tree | 4216b1103e38d328b4c5464d368758fef86d76d3 /gdb/doc/ChangeLog | |
parent | 2f4fcf00399bc0ad5a4fed6b530128e8be4f40da (diff) | |
download | gdb-65c574f6dd066a239a94c2df0e1e12d50eae06c9.zip gdb-65c574f6dd066a239a94c2df0e1e12d50eae06c9.tar.gz gdb-65c574f6dd066a239a94c2df0e1e12d50eae06c9.tar.bz2 |
Multi-target: NEWS and user manual
This commit documents the new multi-target features in both NEWS and
user manual.
gdb/ChangeLog:
2020-01-10 Pedro Alves <palves@redhat.com>
* NEWS: Mention multi-target debugging, "info connections", and
"add-inferior -no-connection".
gdb/doc/ChangeLog:
2020-01-10 Pedro Alves <palves@redhat.com>
* gdb.texinfo (Starting): Say "current inferior not connected"
instead of "GDB not connected".
(Inferiors and Programs): Rename node to ...
(Inferiors Connections and Programs): ... this. Update all
references. Talk about multiple target connections. Update "info
inferiors" info to mention the connections column. Describe "info
connections". Document "add-inferior -no-connection".
* guile.texi, python.texi: Update cross references.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e8903d8..3e89aed 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,14 @@ +2020-01-10 Pedro Alves <palves@redhat.com> + + * gdb.texinfo (Starting): Say "current inferior not connected" + instead of "GDB not connected". + (Inferiors and Programs): Rename node to ... + (Inferiors Connections and Programs): ... this. Update all + references. Talk about multiple target connections. Update "info + inferiors" info to mention the connections column. Describe "info + connections". Document "add-inferior -no-connection". + * guile.texi, python.texi: Update cross references. + 2020-01-01 Joel Brobecker <brobecker@adacore.com> * gdb.texinfo, refcard.tex: Update copyright year range. |