example of -target-attach.
+2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
+
+ * gdb.texinfo (GDB/MI Target Manipulation): Add
+ example of -target-attach.
+
2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
* observer.texi (target_resumed): New observer.
The corresponding @value{GDBN} command is @samp{attach}.
@subsubheading Example
-N.A.
-
+@smallexample
+(gdb)
+-target-attach 34
+=thread-created,id="1"
+*stopped,thread-id="1",frame={addr="0xb7f7e410",func="bar",args=[]}
+^done
+(gdb)
+@end smallexample
@subheading The @code{-target-compare-sections} Command
@findex -target-compare-sections