From: Jason Wessel <jason.wessel@windriver.com>
To: mingo@elte.hu
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] kgdb: fixes and ARCH=arm support
Date: Wed, 20 Feb 2008 13:33:37 -0600 [thread overview]
Message-ID: <1203536020-20102-1-git-send-email-jason.wessel@windriver.com> (raw)
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
next reply other threads:[~2008-02-20 19:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-20 19:33 Jason Wessel [this message]
2008-02-20 19:33 ` [PATCH 1/3] kgdb: fix optional arch functions and probe_kernel_* Jason Wessel
2008-02-20 19:33 ` [PATCH 2/3] kgdb: kgdboc pl011 I/O module Jason Wessel
2008-02-20 19:33 ` [PATCH 3/3] kgdb: support for ARCH=arm Jason Wessel
2008-02-21 6:22 ` [PATCH 0/3] kgdb: fixes and ARCH=arm support Ingo Molnar
2008-02-21 14:36 ` Jason Wessel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1203536020-20102-1-git-send-email-jason.wessel@windriver.com \
--to=jason.wessel@windriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®