linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Aarch64: KGDB: kernel debugging support
@ 2013-09-16  8:55 vijay.kilari at gmail.com
  2013-09-16  8:55 ` [RFC PATCH 1/2] Aarch64: KGDB: Add Basic KGDB support vijay.kilari at gmail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: vijay.kilari at gmail.com @ 2013-09-16  8:55 UTC (permalink / raw)
  To: linux-arm-kernel

From: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>

Based on the step-handler and break-handler hooks patch
http://lists.infradead.org/pipermail/linux-arm-kernel/2013-August/189510.html
KGDB debugging support is added for EL1 debug in Aarch64 mode

With first patch,register layout is updated to be inline with GDB tool.
Basic GDB connection, break point set/clear and info commands
are supported except step/next debugging

With second patch, step/next debugging support is added, where in
ELR_EL1 is updated to point to the instruction to be stepped and
stopped.

kernel exception handler exit macro in entry.S is update to
retain ELR value written by KGDB.

Tested with Aarch64 GDB tool chain on simulator

Vijaya Kumar K (2):
  Aarch64: KGDB: Add Basic KGDB support
  Aarch64: KGDB: Add Step debugging support

 arch/arm64/include/asm/debug-monitors.h |    3 +
 arch/arm64/include/asm/kgdb.h           |   61 ++++++
 arch/arm64/kernel/Makefile              |    1 +
 arch/arm64/kernel/debug-monitors.c      |   15 ++
 arch/arm64/kernel/entry.S               |    9 +-
 arch/arm64/kernel/kgdb.c                |  323 +++++++++++++++++++++++++++++++
 6 files changed, 411 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/include/asm/kgdb.h
 create mode 100644 arch/arm64/kernel/kgdb.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-09-30  7:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16  8:55 [RFC PATCH 0/2] Aarch64: KGDB: kernel debugging support vijay.kilari at gmail.com
2013-09-16  8:55 ` [RFC PATCH 1/2] Aarch64: KGDB: Add Basic KGDB support vijay.kilari at gmail.com
2013-09-16 11:29   ` Will Deacon
2013-09-23  7:04     ` Vijay Kilari
2013-09-24 13:28       ` Will Deacon
2013-09-30  7:23         ` Vijay Kilari
2013-09-16  8:55 ` [RFC PATCH 2/2] Aarch64: KGDB: Add Step debugging support vijay.kilari at gmail.com
2013-09-16 11:30   ` Will Deacon
2013-09-16 13:06     ` Sandeepa Prabhu
2013-09-23  6:37       ` Vijay Kilari
2013-09-23  7:18         ` Sandeepa Prabhu
2013-09-16 11:23 ` [RFC PATCH 0/2] Aarch64: KGDB: kernel " Will Deacon
2013-09-16 12:58   ` Sandeepa Prabhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).