summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/Makefile
diff options
context:
space:
mode:
authorVijaya Kumar K2014-01-28 12:20:18 +0100
committerCatalin Marinas2014-02-26 12:16:25 +0100
commitbcf5763b0d58d20e288ac52f96cbd7788e262cac (patch)
tree2f3ad53a9915631858dbc4991165344b8a22a2c3 /arch/arm64/kernel/Makefile
parentarm64: Add macros to manage processor debug state (diff)
downloadkernel-qcow2-linux-bcf5763b0d58d20e288ac52f96cbd7788e262cac.tar.gz
kernel-qcow2-linux-bcf5763b0d58d20e288ac52f96cbd7788e262cac.tar.xz
kernel-qcow2-linux-bcf5763b0d58d20e288ac52f96cbd7788e262cac.zip
arm64: KGDB: Add Basic KGDB support
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. Signed-off-by: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com> Reviewed-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel/Makefile')
-rw-r--r--arch/arm64/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/Makefile b/arch/arm64/kernel/Makefile
index 2d4554b13410..e52bcdc6f097 100644
--- a/arch/arm64/kernel/Makefile
+++ b/arch/arm64/kernel/Makefile
@@ -20,6 +20,7 @@ arm64-obj-$(CONFIG_HAVE_HW_BREAKPOINT)+= hw_breakpoint.o
arm64-obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
arm64-obj-$(CONFIG_ARM64_CPU_SUSPEND) += sleep.o suspend.o
arm64-obj-$(CONFIG_JUMP_LABEL) += jump_label.o
+arm64-obj-$(CONFIG_KGDB) += kgdb.o
obj-y += $(arm64-obj-y) vdso/
obj-m += $(arm64-obj-m)