aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_debugger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg1-1/+0
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson1-2/+0
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson1-7/+0
2014-11-11kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson1-0/+4
2013-10-03kdb: Add support for external NMI handler to call KGDB/KDBMike Travis1-1/+4
2013-03-02kdb: Remove unhandled ssb commandVincent1-1/+0
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein1-6/+18
2012-07-31kernel/debug: Make use of KGDB_REASON_NMIAnton Vorontsov1-0/+4
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker1-0/+1
2011-08-01kdb: Remove all references to DOING_KGDB2Jason Wessel1-3/+1
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel1-10/+7
2010-10-22kdb,debug_core: adjust master cpu switch logic against new debug_core lockingJason Wessel1-2/+1
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel1-0/+10
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel1-0/+159