aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/kgdb.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09riscv: Fix "no previous prototype" compile warning in kgdb.c fileGravatar Vincent Chen 1-5/+5
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 1-2/+2
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-2/+2
2020-05-18riscv: Add SW single-step support for KDBGravatar Vincent Chen 1-2/+177
2020-05-18riscv: Use the XML target descriptions to report 3 system registersGravatar Vincent Chen 1-0/+15
2020-05-18riscv: Add KGDB supportGravatar Vincent Chen 1-0/+200