summaryrefslogtreecommitdiff
path: root/include/linux/kgdb.h
AgeCommit message (Expand)Author
2021-06-01kgdb: Fix spelling mistakesZhen Lei
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg
2021-02-11kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson
2020-07-09kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson
2020-05-07kgdb: Return true in kgdb_nmi_poll_knock()Jason Yan
2020-05-07kgdb: Fix spurious true from in_dbg_master()Daniel Thompson
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson
2014-10-22kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis
2013-10-03kdb: Add support for external NMI handler to call KGDB/KDBMike Travis
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman
2012-09-26tty/serial: Add kgdb_nmi driverAnton Vorontsov
2012-09-26kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov
2012-03-29x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel
2012-03-29kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-18KGDB: Notify GDB of machine halt, reboot or power offDavid Howells
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng
2010-08-05gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel
2010-08-05kgdb,kdb: individual register set and and get APIJason Wessel
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel
2010-05-20kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel
2010-05-20x86,kgdb: Add low level debug hookJason Wessel
2010-05-20kgdb: remove post_primary_code referencesJason Wessel
2010-05-20kgdb,docs: Update the kgdb docs to include kdbJason Wessel
2010-05-20kgdb: core changes to support kdbJason Wessel
2010-05-20Separate the gdbstub from the debug coreJason Wessel
2010-01-07kgdb: Fix kernel-doc format error in kgdb.hRandy Dunlap
2008-05-05kgdb: fix signedness mixmatches, add statics, add declaration to headerHarvey Harrison
2008-04-17kgdb: add documentationJason Wessel
2008-04-17kgdb: coreJason Wessel