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