aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include/asm/debugger.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-03-18MN10300: Create generic kernel debugger hooksDavid Howells1-0/+15
Create generic kernel debugger hooks in the MN10300 arch and make gdbstub use them. This is a preparation for KGDB support. Signed-off-by: David Howells <dhowells@redhat.com>
2011-03-18MN10300: Create general kernel debugger cache flushingDavid Howells1-0/+8
Create general kernel debugger cache flushing for MN10300 and get rid of the old stuff that gdbstub was using. Signed-off-by: David Howells <dhowells@redhat.com>
2011-03-18MN10300: Introduce a general config option for kernel debugger hooksDavid Howells1-0/+20
Introduce a general config option for kernel debugger hooks so that both gdbstub and kgdb can use it and add a header file for both debuggers to use. Signed-off-by: David Howells <dhowells@redhat.com>