aboutsummaryrefslogtreecommitdiff
path: root/gdb/riscv-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-19gdb/riscv: Update API for looking up target descriptionsAndrew Burgess1-1/+3
2020-02-05RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki1-48/+3
2020-02-03RISC-V/Linux/native: Determine FLEN dynamicallyMaciej W. Rozycki1-26/+86
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30gdb/riscv: Add read_description method for riscv_linux_nat_targetAndrew Burgess1-0/+38
2018-10-28gdb/riscv: Add back missing braces in riscv-linux-nat.cAndrew Burgess1-2/+4
2018-10-25gdb/riscv: Use correct regnum in riscv_linux_nat_target::fetch_registersAndrew Burgess1-4/+2
2018-08-29Fix riscv-linux native gdb build failure.Jim Wilson1-4/+5
2018-08-09RISC-V: Add native linux support.Jim Wilson1-0/+280