2013-06-05 Simon Marchi <simon.marchi@ericsson.com>
authorMarc Khouzam <marc.khouzam@ericsson.com>
Wed, 5 Jun 2013 14:11:47 +0000 (14:11 +0000)
committerMarc Khouzam <marc.khouzam@ericsson.com>
Wed, 5 Jun 2013 14:11:47 +0000 (14:11 +0000)
* gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
response field name (thread-group to inferior).

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index fdb240010c3aa57805132c66cecf49c4073be66f..7be4830f490089bbebeccd245aad22dc3f794806 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
+       response field name (thread-group to inferior).
+
 2013-06-04 Gary Benson  <gbenson@redhat.com>
 
        * gdb.texinfo (General Query Packets/qSupported): Added
index db293c2b214fe2e3d2b35b938ecf1a5ca28b5561..e9b6eaee86e54a5ef410885b5885f11deb174bbb 100644 (file)
@@ -34642,7 +34642,7 @@ Creates a new inferior (@pxref{Inferiors and Programs}).  The created
 inferior is not associated with any executable.  Such association may
 be established with the @samp{-file-exec-and-symbols} command
 (@pxref{GDB/MI File Commands}).  The command response has a single
-field, @samp{thread-group}, whose value is the identifier of the
+field, @samp{inferior}, whose value is the identifier of the
 thread group corresponding to the new inferior.
 
 @subheading Example
@@ -34650,7 +34650,7 @@ thread group corresponding to the new inferior.
 @smallexample
 @value{GDBP}
 -add-inferior
-^done,thread-group="i3"
+^done,inferior="i3"
 @end smallexample
 
 @subheading The @code{-interpreter-exec} Command