summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/kgdb.c
AgeCommit message (Expand)AuthorLines
2022-12-29RISC-V: rename parse_asm.h to insn.hHeiko Stuebner-1/+1
2022-12-29RISC-V: Move riscv_insn_is_* macros into a common headerHeiko Stuebner-34/+15
2022-12-29RISC-V: add prefix to all constants/macros in parse_asm.hHeiko Stuebner-20/+20
2020-07-09riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen-5/+5
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig-2/+2
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-2/+2
2020-05-18riscv: Add SW single-step support for KDBVincent Chen-2/+177
2020-05-18riscv: Use the XML target descriptions to report 3 system registersVincent Chen-0/+15
2020-05-18riscv: Add KGDB supportVincent Chen-0/+200