Re: [RFC PATCH v1 08/31] ARC: Fundamental ARCH data-types/defines
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-11-12 14:12:55
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-11-12 14:12:55
Also in:
lkml
On Monday 12 November 2012, Vineet Gupta wrote:
But just to clarify, gdbserver will still use ARC specific ptrace(PEEKUSR) as opposed to regset interface. The switch to new gdb version is non trivial and I can't ask our active customers to go to some out-of-mainline tree until that gets fixed.
But your customers could use an out-of-tree kernel patch to put the implementation of PEEKUSR back into their kernels, right? Over time, they could just drop that patch once they move to a newer gdb version. Arnd