This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [patch/mi] Change args=... to a list


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



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