aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/guile.texi
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-01-10 20:06:15 +0000
committerPedro Alves <palves@redhat.com>2020-01-10 20:06:15 +0000
commit65c574f6dd066a239a94c2df0e1e12d50eae06c9 (patch)
tree4216b1103e38d328b4c5464d368758fef86d76d3 /gdb/doc/guile.texi
parent2f4fcf00399bc0ad5a4fed6b530128e8be4f40da (diff)
downloadgdb-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/guile.texi')
-rw-r--r--gdb/doc/guile.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi
index 53b8695..c0bff79 100644
--- a/gdb/doc/guile.texi
+++ b/gdb/doc/guile.texi
@@ -2155,7 +2155,7 @@ A program space, or @dfn{progspace}, represents a symbolic view
of an address space.
It consists of all of the objfiles of the program.
@xref{Objfiles In Guile}.
-@xref{Inferiors and Programs, program spaces}, for more details
+@xref{Inferiors Connections and Programs, program spaces}, for more details
about program spaces.
Each progspace is represented by an instance of the @code{<gdb:progspace>}
@@ -2178,7 +2178,7 @@ if the program it refers to is not loaded in @value{GDBN} any longer.
@deffn {Scheme Procedure} current-progspace
This function returns the program space of the currently selected inferior.
There is always a current progspace, this never returns @code{#f}.
-@xref{Inferiors and Programs}.
+@xref{Inferiors Connections and Programs}.
@end deffn
@deffn {Scheme Procedure} progspaces