diff options
author | Marc Khouzam <marc.khouzam@ericsson.com> | 2013-06-05 14:11:47 +0000 |
---|---|---|
committer | Marc Khouzam <marc.khouzam@ericsson.com> | 2013-06-05 14:11:47 +0000 |
commit | b77420921a4dc28e5b75fcbfb3a34ea21d512ad2 (patch) | |
tree | b851ce86323eba405dfb6f6df979d8cd1c355b45 | |
parent | 31e6ad7d640283af4c4f6b01fef9e6a4a17f1535 (diff) | |
download | gdb-b77420921a4dc28e5b75fcbfb3a34ea21d512ad2.zip gdb-b77420921a4dc28e5b75fcbfb3a34ea21d512ad2.tar.gz gdb-b77420921a4dc28e5b75fcbfb3a34ea21d512ad2.tar.bz2 |
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).
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fdb2400..7be4830 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index db293c2..e9b6eae 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 |