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 v2] gdbserver: bfin: new port


On Tuesday 14 December 2010 15:09:43, Mike Frysinger wrote:
> if the gdbserver code can remain backwards compatible with the Linux ABI, then 
> i dont have a problem changing to a qXfer style.

I don't think there'd be a problem with that.  gdbserver can continue
fetching whatever it needs from the kernel using the ptrace registers
api, but that'd remain hidden from gdb (or the remote protocol).  Getting rid
of the fdpic pseudo registers from the core register set also presumably
unifies the gdb core register set with an eventual bare metal bfin
toolchain (btw, isn't there such a thing?) or any other eventual
non-fdpic bfin toolchain.

-- 
Pedro Alves


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