lkml.org 
[lkml]   [2008]   [Feb]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] kgdb: fixes and ARCH=arm support
Date
Here are 3 more patches against the kgdb-light.  Porting kgdb-light to
another arch has found 2 regressions, which are fixed in the first patch.

The second patch adds hooks for an additional kgdboc uart driver which
was required to complete the testing with real hardware.

The third patch adds the ARCH=arm support for kgdb-light.

For initial merge of kgdb-light targeted at 2.6.26, the first patch in
this series is required. The other patches are there for further
community review and to show the effort of integrating kgdb into
another arch with the API provided in the kgdb-light patch series.

Jason.

The following changes since commit 4ce04a959ef2ba9338217966013b832ff0ff9003:
Jason Wessel (1):
kgdb-light-v10: x86 HW breakpoints

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_ingo

Jason Wessel (3):
kgdb: fix optional arch functions and probe_kernel_*
kgdb: kgdboc pl011 I/O module
kgdb: support for ARCH=arm

arch/arm/Kconfig | 1 +
arch/arm/kernel/Makefile | 1 +
arch/arm/kernel/kgdb.c | 219 +++++++++++++++++++++++++++++++++++++++++++
arch/arm/kernel/setup.c | 5 +
arch/arm/kernel/traps.c | 11 ++
drivers/serial/amba-pl011.c | 30 ++++++
include/asm-arm/kgdb.h | 101 ++++++++++++++++++++
include/asm-arm/traps.h | 2 +
kernel/kgdb.c | 11 ++
mm/maccess.c | 6 +
10 files changed, 387 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/kernel/kgdb.c
create mode 100644 include/asm-arm/kgdb.h


\
 
 \ /
  Last update: 2008-02-20 20:37    [W:0.040 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site