summaryrefslogtreecommitdiffstats
path: root/include/linux/kgdb.h
Commit message (Expand)AuthorAgeFilesLines
* kgdb: Provide a stub kgdb_nmicallback() if !CONFIG_KGDBDouglas Anderson2023-06-291-0/+1
* kgdb: Fix spelling mistakesZhen Lei2021-06-011-4/+4
* kgdb: fix to kill breakpoints on initmem after bootSumit Garg2021-02-261-0/+2
* kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson2021-02-111-1/+0
* kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson2020-09-281-0/+18
* kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen2020-07-091-0/+1
* kgdb: enable arch to support XML packet.Vincent Chen2020-07-091-0/+11
* kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2020-06-261-3/+2
* kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson2020-05-181-0/+4
* kgdb: Return true in kgdb_nmi_poll_knock()Jason Yan2020-05-071-1/+1
* kgdb: Fix spurious true from in_dbg_master()Daniel Thompson2020-05-071-1/+1
* kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson2019-09-251-0/+2
* kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
* kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-2/+13
* kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-7/+2
* 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