* [patch/mi] Change args=... to a list
@ 2001-06-25 21:47 Andrew Cagney
2001-06-26 7:06 ` Andrew Cagney
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2001-06-25 21:47 UTC (permalink / raw)
To: gdb-patches
Hello (such a big patch for a two line C change :-),
This patch changes the MI output so that argument lists are output as
real lists. This patch ends up tweeking many many test files.
Andrew
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch/mi] Change args=... to a list
2001-06-25 21:47 [patch/mi] Change args=... to a list Andrew Cagney
@ 2001-06-26 7:06 ` Andrew Cagney
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2001-06-26 7:06 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb-patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-06-26 7:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-25 21:47 [patch/mi] Change args=... to a list Andrew Cagney
2001-06-26 7:06 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox