summaryrefslogtreecommitdiffstats
path: root/include/linux/kgdb.h
Commit message (Expand)AuthorAgeFilesLines
* kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas2014-10-221-1/+1
* kgdb/kdb: Fix no KDB config problemMike Travis2014-01-251-1/+2
* kdb: Add support for external NMI handler to call KGDB/KDBMike Travis2013-10-031-0/+1
* kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman2013-02-041-1/+0
* tty/serial: Add kgdb_nmi driverAnton Vorontsov2012-09-261-0/+10
* kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov2012-09-261-0/+3
* x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-291-1/+2
* kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel2012-03-291-2/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* KGDB: Notify GDB of machine halt, reboot or power offDavid Howells2011-03-181-0/+1
* debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-10/+3
* gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel2010-08-051-1/+1
* kgdb,kdb: individual register set and and get APIJason Wessel2010-08-051-0/+13
* x86, kgdb, init: Add early and late debug statesJason Wessel2010-05-201-0/+14
* kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel2010-05-201-0/+3
* kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel2010-05-201-0/+1
* x86,kgdb: Add low level debug hookJason Wessel2010-05-201-0/+1
* kgdb: remove post_primary_code referencesJason Wessel2010-05-201-14/+0
* kgdb,docs: Update the kgdb docs to include kdbJason Wessel2010-05-201-1/+11
* kgdb: core changes to support kdbJason Wessel2010-05-201-2/+9
* Separate the gdbstub from the debug coreJason Wessel2010-05-201-0/+1
* kgdb: Fix kernel-doc format error in kgdb.hRandy Dunlap2010-01-071-4/+3
* kgdb: fix signedness mixmatches, add statics, add declaration to headerHarvey Harrison2008-05-051-1/+3
* kgdb: add documentationJason Wessel2008-04-171-21/+31
* kgdb: coreJason Wessel2008-04-171-0/+271