aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/riscv.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-21gdb/riscv: add support for vector registers in target descriptionsAndrew Burgess1-0/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-02gdb/riscv: rewrite target description validation, add rv32e supportAndrew Burgess1-2/+13
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess1-13/+14
2020-08-08[gdb/build] Fix missing implicit constructor call with gcc 4.8Tom de Vries1-2/+3
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess1-3/+5
2020-02-19gdb/riscv: Update API for looking up target descriptionsAndrew Burgess1-27/+42
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30gdb/riscv: Create each unique target description only onceAndrew Burgess1-0/+31
2018-11-30gdb/riscv: Make some target description functions constantAndrew Burgess1-1/+1
2018-11-21gdb/riscv: Add target description supportAndrew Burgess1-0/+69