kgdb: core
authorJason Wessel <jason.wessel@windriver.com>
Thu, 17 Apr 2008 18:05:37 +0000 (20:05 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 18:05:37 +0000 (20:05 +0200)
commitdc7d552705215ac50a0617fcf51bb9c736255b8e
tree3ca376bdf4e6996edd9e2dabd569a791f050dae8
parentc33fa9f5609e918824446ef9a75319d4a802f1f4
kgdb: core

kgdb core code. Handles the protocol and the arch details.

[ mingo@elte.hu: heavily modified, simplified and cleaned up. ]
[ xemul@openvz.org: use find_task_by_pid_ns ]

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/kgdb.h [new file with mode: 0644]
kernel/Makefile
kernel/kgdb.c [new file with mode: 0644]
lib/Kconfig.debug
lib/Kconfig.kgdb [new file with mode: 0644]