[PATCH v3 2/4] AArch64: KGDB: Add Basic KGDB support
Will Deacon
will.deacon at arm.com
Wed Oct 30 20:23:17 EDT 2013
On Fri, Oct 18, 2013 at 12:07:47PM +0100, vijay.kilari at gmail.com wrote:
> From: Vijaya Kumar K <Vijaya.Kumar at caviumnetworks.com>
>
> Add KGDB debug support for kernel debugging.
> With this patch, basic KGDB debugging is possible.GDB register
> layout is updated and GDB tool can establish connection with
> target and can set/clear breakpoints.
This mostly looks fine to me now. The only remaining concerns I have are
about FP support (currently you just return zeroes for the simd register
file) and the limited BUFMAX definition (the register file with simd is
around 800 bytes afaict, and that's before you add the GDB packet
information and checksums).
What's the plan on sorting those out?
Will
More information about the linux-arm-kernel
mailing list