summaryrefslogtreecommitdiff
path: root/gdb/riscv-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/riscv: use register name enum values in riscv-linux-nat.cAndrew Burgess2022-08-091-6/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* [gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries2021-05-231-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb/riscv: Update API for looking up target descriptionsAndrew Burgess2020-02-191-1/+3
* RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki2020-02-051-48/+3
* RISC-V/Linux/native: Determine FLEN dynamicallyMaciej W. Rozycki2020-02-031-26/+86
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb/riscv: Add read_description method for riscv_linux_nat_targetAndrew Burgess2018-11-301-0/+38
* gdb/riscv: Add back missing braces in riscv-linux-nat.cAndrew Burgess2018-10-281-2/+4
* gdb/riscv: Use correct regnum in riscv_linux_nat_target::fetch_registersAndrew Burgess2018-10-251-4/+2
* Fix riscv-linux native gdb build failure.Jim Wilson2018-08-291-4/+5
* RISC-V: Add native linux support.Jim Wilson2018-08-091-0/+280