aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_private.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin1-4/+0
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson1-3/+1
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg1-13/+0
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg1-5/+0
2021-06-01kgdb: Fix spelling mistakesZhen Lei1-1/+1
2021-03-19kdb: Simplify kdb commands registrationSumit Garg1-0/+3
2021-03-19kdb: Remove redundant function definitions/prototypesSumit Garg1-2/+0
2021-02-08kdb: Make memory allocations more robustSumit Garg1-1/+1
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang1-0/+10
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso1-4/+0
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson1-1/+0
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson1-0/+1
2019-10-28kdb: Remove special case logic from kdb_read()Daniel Thompson1-0/+1
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava1-1/+1
2018-01-03signal: Simplify and fix kdb_send_sigEric W. Biederman1-1/+1
2016-12-14kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek1-1/+0
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson1-1/+1
2015-02-19kdb: Provide forward search at more promptDaniel Thompson1-0/+2
2014-11-11kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov1-1/+1
2014-11-11kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov1-1/+0
2013-03-02kdb: Remove unhandled ssb commandVincent1-4/+0
2012-07-21printk: Remove kdb_syslog_dataAnton Vorontsov1-1/+0
2012-03-22KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin1-0/+7
2011-08-01kdb: Remove all references to DOING_KGDB2Jason Wessel1-2/+0
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel1-0/+1
2010-10-22kdb,kgdb: fix sparse fixupsJason Wessel1-8/+1
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel1-39/+0
2010-08-16kdb: fix compile error without CONFIG_KALLSYMSJason Wessel1-0/+7
2010-08-05vt,console,kdb: automatically set kdb LINES variableJason Wessel1-2/+0
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel1-1/+0
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel1-0/+301