]> Git Repo - linux.git/commit - arch/arm/Kconfig
kgdb: support for ARCH=arm
authorJason Wessel <[email protected]>
Wed, 20 Feb 2008 19:33:40 +0000 (13:33 -0600)
committerJason Wessel <[email protected]>
Wed, 23 Jul 2008 16:30:15 +0000 (11:30 -0500)
commit5cbad0ebf45c5417104b383dc0e34f64fa7f2473
treebc6203084fa7cd810227f6b2632f7c4655d17ecf
parent68afab1cb31436fc9b256a5f44771fa58ed019e2
kgdb: support for ARCH=arm

This patch adds the ARCH=arm specific a kgdb backend, originally
written by Deepak Saxena <[email protected]> and George Davis
<[email protected]>.  Geoff Levand <[email protected]>,
Nicolas Pitre, Manish Lachwani, and Jason Wessel have contributed
various fixups here as well.

The KGDB patch makes one change to the core ARM architecture such that
the traps are initialized early for use with the debugger or other
subsystems.

[email protected]: small cleanups. ]
[email protected]: fixed early_trap_init ]

Signed-off-by: Jason Wessel <[email protected]>
Acked-by: Deepak Saxena <[email protected]>
arch/arm/Kconfig
arch/arm/kernel/Makefile
arch/arm/kernel/kgdb.c [new file with mode: 0644]
arch/arm/kernel/setup.c
arch/arm/kernel/traps.c
include/asm-arm/kgdb.h [new file with mode: 0644]
include/asm-arm/traps.h
This page took 0.054146 seconds and 4 git commands to generate.