Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
* 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb: (25 commits) kdb,debug_core: Allow the debug core to receive a panic notification MAINTAINERS: update kgdb, kdb, and debug_core info debug_core,kdb: Allow the debug core to process a recursive debug entry printk,kdb: capture printk() when in kdb shell kgdboc,kdb: Allow kdb to work on a non open console port kgdb: Add the ability to schedule a breakpoint via a tasklet mips,kgdb: kdb low level trap catch and stack trace powerpc,kgdb: Introduce low level trap catching x86,kgdb: Add low level debug hook kgdb: remove post_primary_code references kgdb,docs: Update the kgdb docs to include kdb kgdboc,keyboard: Keyboard driver for kdb with kgdb kgdb: gdb "monitor" -> kdb passthrough sparc,sunzilog: Add console polling support for sunzilog serial driver sh,sh-sci: Use NO_POLL_CHAR in the SCIF polled console code kgdb,8250,pl011: Return immediately from console poll kgdb: core changes to support kdb kdb: core for kgdb back end (2 of 2) kdb: core for kgdb back end (1 of 2) kgdb,blackfin: Add in kgdb_arch_set_pc for blackfin ...
Showing
This diff is collapsed.
include/linux/kdb.h
0 → 100644
kernel/debug/Makefile
0 → 100644
kernel/debug/debug_core.c
0 → 100644
This diff is collapsed.
kernel/debug/debug_core.h
0 → 100644
This diff is collapsed.
kernel/debug/kdb/.gitignore
0 → 100644
kernel/debug/kdb/Makefile
0 → 100644
kernel/debug/kdb/kdb_bp.c
0 → 100644
This diff is collapsed.
kernel/debug/kdb/kdb_bt.c
0 → 100644
kernel/debug/kdb/kdb_cmds
0 → 100644
This diff is collapsed.
kernel/debug/kdb/kdb_io.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
kernel/debug/kdb/kdb_main.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment