linux-stable/kernel/debug
David Howells d57f078b19 KGDB: Notify GDB of machine halt, reboot or power off
Notify GDB of the machine halting, rebooting or powering off by sending it an
exited command (remote protocol command 'W').  This is done by calling:

	void gdbstub_exit(int status)

from the arch's machine_{halt,restart,power_off}() functions with an
appropriate exit status to be reported to GDB.

Signed-off-by: David Howells <dhowells@redhat.com>
2011-03-18 16:54:31 +00:00
..
kdb Merge branch 'master' into for-next 2010-12-22 18:57:02 +01:00
debug_core.c debug_core,x86,blackfin: Clean up hw debug disable API 2010-10-29 13:14:41 -05:00
debug_core.h debug_core: refactor locking for master/slave cpus 2010-10-22 15:34:13 -05:00
gdbstub.c KGDB: Notify GDB of machine halt, reboot or power off 2011-03-18 16:54:31 +00:00
Makefile kdb: core for kgdb back end (1 of 2) 2010-05-20 21:04:20 -05:00