summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_bp.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg1-36/+36
2021-03-19kdb: Simplify kdb commands registrationSumit Garg1-25/+50
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson1-0/+9
2020-01-31kdb: remove redundant assignment to pointer bpColin Ian King1-1/+0
2018-01-25kdb: bl: don't use tab character in outputRandy Dunlap1-2/+2
2016-02-22mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook1-3/+1
2014-11-11kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson1-7/+14
2014-11-11kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov1-3/+3
2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov1-7/+7
2014-10-14kdb: replace strnicmp with strncasecmpRasmus Villemoes1-3/+3
2013-03-02kdb: Remove unhandled ssb commandVincent1-18/+2
2012-03-22kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpointJason Wessel1-0/+7
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen1-2/+0
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel1-0/+564