From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/mi] Change args=... to a list Date: Tue, 26 Jun 2001 07:06:00 -0000 Message-id: <3B3896D8.5020506@cygnus.com> References: <3B3813B3.4070203@cygnus.com> X-SW-Source: 2001-06/msg00421.html Er, ps. The patch had burried in it the reversion: > *************** word. Display each word in hex. > *** 1443,1452 **** > 9-data-read-memory -o -6 -- bytes+6 x 1 3 2 > 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6", > next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396", > ! prev-page="0x0000138a",memory=[ > ! @{addr="0x00001390",data=["0x00","0x01"]@}, > ! @{addr="0x00001392",data=["0x02","0x03"]@}, > ! @{addr="0x00001394",data=["0x04","0x05"]@}] > (@value{GDBP}) > @end smallexample > > --- 1443,1452 ---- > 9-data-read-memory -o -6 -- bytes+6 x 1 3 2 > 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6", > next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396", > ! prev-page="0x0000138a",memory=@{ > ! @{addr="0x00001390",data=@{"0x00","0x01"@}@}, > ! @{addr="0x00001392",data=@{"0x02","0x03"@}@}, > ! @{addr="0x00001394",data=@{"0x04","0x05"@}@}@} > (@value{GDBP}) > @end smallexample I'm really not sure what happened. I've fixed it. It was definitly committed. Andrew