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: [PATCH v3] gdb: bfin: new port


On Wednesday 15 December 2010 18:15:25, Mike Frysinger wrote:
> what do you think of this ?  seems to work for me:

Awesome.  Looks good.

> (gdb) set $cc = 0
> (gdb) printf "%x %x\n", $astat, $cc
> 2002002 0
> (gdb) set $cc = 1
> (gdb) printf "%x %x\n", $astat, $cc
> 2002022 1
> (gdb) set $astat = 0
> (gdb) printf "%x %x\n", $astat, $cc
> 0 0
> (gdb) set $astat = 0x20
> (gdb) printf "%x %x\n", $astat, $cc
> 20 1
> -mike

-- 
Pedro Alves


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