Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -4/+4 |
2021-03-25 | gdb/riscv: fix creating breakpoints at invalid addresses | Changbin Du | 1 | -1/+0 |
2021-03-05 | gdb/riscv: make riscv target description names global | Andrew Burgess | 1 | -4/+10 |
2021-02-24 | gdb/riscv: select rv32 target by default when requested | Andrew Burgess | 1 | -15/+13 |
2021-02-19 | RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn. | Nelson Chu | 1 | -12/+12 |
2021-01-19 | trad-frame cleanups | Luis Machado | 1 | -5/+4 |
2021-01-18 | gdb/riscv: use a single regset supply function for riscv fbsd & linux | Andrew Burgess | 1 | -0/+50 |
2021-01-04 | Refactor struct trad_frame_saved_regs | Luis Machado | 1 | -2/+3 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-02 | gdb/riscv: rewrite target description validation, add rv32e support | Andrew Burgess | 1 | -315/+396 |
2020-12-02 | gdb/riscv: remove csr aliases created with DECLARE_CSR_ALIAS | Andrew Burgess | 1 | -10/+0 |
2020-12-02 | gdb/riscv: place unknown csrs into the correct register groups | Andrew Burgess | 1 | -7/+27 |
2020-11-11 | gdb/riscv: add ability to decode dwarf CSR numbers | Andrew Burgess | 1 | -0/+3 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -131/+131 |
2020-11-02 | gdb/riscv: read frame base register as unsigned in the unwinder | Andrew Burgess | 1 | -1/+1 |
2020-09-17 | Change management of tdesc_arch_data | Tom Tromey | 1 | -11/+8 |
2020-09-17 | gdb/riscv: fix decode of c.sdsp instruction | Chungyi Chi | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -2/+2 |
2020-09-14 | gdb: add type::is_vector / type::set_is_vector | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_VARARGS | Simon Marchi | 1 | -1/+1 |
2020-06-25 | gdb/riscv: Loop over all registers for 'info all-registers' | Andrew Burgess | 1 | -1/+1 |
2020-06-25 | gdb/riscv: Record information about unknown tdesc registers | Andrew Burgess | 1 | -1/+109 |
2020-06-25 | gdb/riscv: Improve support for matching against target descriptions | Andrew Burgess | 1 | -142/+193 |
2020-06-25 | gdb/riscv: Take CSR names from target description | Andrew Burgess | 1 | -29/+46 |
2020-06-25 | gdb/riscv: Fix whitespace error | Andrew Burgess | 1 | -2/+2 |
2020-06-25 | gdb/riscv: Improved register alias name creation | Andrew Burgess | 1 | -29/+66 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -6/+6 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -4/+4 |
2020-05-20 | [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions... | Nelson Chu | 1 | -3/+3 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -2/+2 |
2020-05-16 | gdb: add type::name / type::set_name | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -20/+20 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -50/+14 |
2020-03-25 | gdb/riscv: Apply NaN boxing when writing return values into registers | Andrew Burgess | 1 | -29/+40 |
2020-03-13 | Use common_val_print in riscv-tdep.c | Tom Tromey | 1 | -9/+3 |
2020-02-20 | RISC-V: Support the ISA-dependent CSR checking. | Nelson Chu | 1 | -3/+3 |
2020-02-19 | gdb/riscv: Update API for looking up target descriptions | Andrew Burgess | 1 | -1/+1 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-12 | Ravenscar port for RISC-V | Tom Tromey | 1 | -0/+3 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -1/+1 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-16 | Add initial compile command support to RISC-V port. | Jim Wilson | 1 | -0/+56 |
2019-10-11 | RISC-V: Fix two ARI warnings. | Jim Wilson | 1 | -2/+2 |
2019-07-19 | gdb/riscv: Write 4-byte nop to dummy code region before inferior calls | Andrew Burgess | 1 | -1/+34 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-09 | gdb/riscv: Don't use default bfd to define required features | Andrew Burgess | 1 | -12/+0 |
2019-06-05 | gdb/riscv: Don't error when decoding a 6 or 8 byte instruction | Andrew Burgess | 1 | -4/+6 |
2019-05-22 | gdb/riscv: Improve flen length determination | Simon Cook | 1 | -1/+15 |