Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-04-17 | gdb/riscv: Allow breakpoints to be created at invalid addresses | Andrew Burgess | 1 | -1/+9 |
2019-04-11 | gdb/riscv: Remove riscv_type_alignment function | Andrew Burgess | 1 | -48/+12 |
2019-04-11 | gdb/riscv: Handle empty C++ structs during argument passing | Andrew Burgess | 1 | -43/+110 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-29 | Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST | Keith Seitz | 1 | -1/+1 |
2019-02-27 | gdb/riscv: Use default gdbarch methods where possible | Andrew Burgess | 1 | -30/+0 |
2019-02-13 | (riscv/ada) fix error when calling functions with range argument | KONRAD Frederic | 1 | -0/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-03 | RISC-V: Fix wrong use of s0 register name. | Jim Wilson | 1 | -1/+1 |
2019-01-01 | gdb/riscv: Split ISA and ABI features | Andrew Burgess | 1 | -37/+44 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-22 | gdb/riscv: Prevent buffer overflow in riscv_return_value | Andrew Burgess | 1 | -6/+59 |
2018-12-22 | gdb/riscv: Add float status registers to save and restore reggroups | Andrew Burgess | 1 | -1/+4 |
2018-12-22 | gdb/riscv: Add gdb to dwarf register number mapping | Andrew Burgess | 1 | -0/+17 |
2018-12-21 | gdb/riscv: Format CORE_ADDR as a string for printing | Andrew Burgess | 1 | -4/+10 |
2018-12-13 | RISC-V: Correct printing of MSTATUS and MISA. | Jim Wilson | 1 | -2/+8 |
2018-12-12 | gdb/riscv: Handle passing variadic floating point arguments | Andrew Burgess | 1 | -2/+3 |
2018-12-10 | gdb/riscv: Remove whitespace before #include line | Andrew Burgess | 1 | -1/+1 |