summaryrefslogtreecommitdiffstats
path: root/kernel/kgdb.c
Commit message (Expand)AuthorAgeFilesLines
* kgdb: sparse fixJason Wessel2008-06-241-1/+2
* kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison2008-05-281-10/+6
* lib: create common ascii hex arrayHarvey Harrison2008-05-141-8/+0
* kgdb: fix signedness mixmatches, add statics, add declaration to headerHarvey Harrison2008-05-051-4/+4
* kgdb: always use icache flush for sw breakpointsJason Wessel2008-04-171-2/+2
* kgdb: fix SMP NMI kgdb_handle_exception exit raceJason Wessel2008-04-171-19/+8
* kgdb: fix several kgdb regressionsJason Wessel2008-04-171-6/+8
* kgdb: fix optional arch functions and probe_kernel_*Jason Wessel2008-04-171-0/+11
* kgdb: add x86 HW breakpointsJason Wessel2008-04-171-2/+2
* kgdb: print breakpoint removed on exceptionJason Wessel2008-04-171-1/+2
* kgdb: clocksource watchdogJason Wessel2008-04-171-0/+4
* kgdb: coreJason Wessel2008-04-171-0/+1693