aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kgdb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson1-0/+2
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-2/+13
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-7/+2
2014-10-22kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas1-1/+1
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis1-1/+2
2013-10-03kdb: Add support for external NMI handler to call KGDB/KDBMike Travis1-0/+1
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman1-1/+0
2012-09-26tty/serial: Add kgdb_nmi driverAnton Vorontsov1-0/+10
2012-09-26kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov1-0/+3
2012-03-29x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel1-1/+2
2012-03-29kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-18KGDB: Notify GDB of machine halt, reboot or power offDavid Howells1-0/+1
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng1-10/+3
2010-08-05gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel1-1/+1
2010-08-05kgdb,kdb: individual register set and and get APIJason Wessel1-0/+13
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel1-0/+14
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel1-0/+3
2010-05-20kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel1-0/+1
2010-05-20x86,kgdb: Add low level debug hookJason Wessel1-0/+1
2010-05-20kgdb: remove post_primary_code referencesJason Wessel1-14/+0
2010-05-20kgdb,docs: Update the kgdb docs to include kdbJason Wessel1-1/+11
2010-05-20kgdb: core changes to support kdbJason Wessel1-2/+9
2010-05-20Separate the gdbstub from the debug coreJason Wessel1-0/+1
2010-01-07kgdb: Fix kernel-doc format error in kgdb.hRandy Dunlap1-4/+3
2008-05-05kgdb: fix signedness mixmatches, add statics, add declaration to headerHarvey Harrison1-1/+3
2008-04-17kgdb: add documentationJason Wessel1-21/+31
2008-04-17kgdb: coreJason Wessel1-0/+271