This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Implement -target-attach.


Vladimir Prus <vladimir@codesourcery.com> writes:

> OK, I've changed the function name in example to 'bar', since it's just
> example, which brought the line well under 70 characters, and checked in.

You should have tested it first.  Checked in as obvious.

Andreas.

2008-07-07  Andreas Schwab  <schwab@suse.de>

	* gdb.texinfo (GDB/MI Target Manipulation): Fix last change.

--- gdb.texinfo.~1.505.~	2008-07-07 09:36:57.000000000 +0200
+++ gdb.texinfo	2008-07-07 13:52:02.000000000 +0200
@@ -21632,7 +21632,7 @@ The corresponding @value{GDBN} command i
 (gdb)
 -target-attach 34
 =thread-created,id="1"
-*stopped,thread-id="1",frame={addr="0xb7f7e410",func="bar",args=[]}
+*stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
 ^done
 (gdb)
 @end smallexample

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]