Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-05 | gdb/riscv: Improve logic for when h/w float abi should be used | Andrew Burgess | 1 | -12/+49 |
2018-11-30 | gdb/riscv: Add equality operators to riscv_gdb_features | Andrew Burgess | 1 | -3/+1 |
2018-11-30 | gdb/riscv: Make some target description functions constant | Andrew Burgess | 1 | -1/+1 |
2018-11-21 | gdb/riscv: Add target description support | Andrew Burgess | 1 | -351/+537 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -4/+4 |
2018-11-14 | RISC-V: Fix unnamed arg alignment in registers. | Jim Wilson | 1 | -4/+22 |
2018-11-14 | RISC-V: Handle vector type alignment. | Jim Wilson | 1 | -0/+7 |
2018-11-14 | RISC-V: Give stack slots same align as XLEN. | Jim Wilson | 1 | -2/+3 |
2018-11-08 | gdb/riscv: Handle errors while setting the frame id | Andrew Burgess | 1 | -3/+14 |
2018-11-01 | RISC-V: Don't allow unaligned breakpoints. | Jim Wilson | 1 | -8/+24 |
2018-10-26 | RISC-V: Linux signal frame support. | Jim Wilson | 1 | -8/+3 |
2018-10-26 | gdb/riscv: Remove redundant code, and catch more errors when accessing MISA | Andrew Burgess | 1 | -22/+29 |
2018-10-23 | gdb/riscv: Give user-friendly names for CSRs | Andrew Burgess | 1 | -4/+15 |
2018-10-23 | gdb/riscv: expect h/w watchpoints to trigger before the memory is written | Joel Brobecker | 1 | -0/+1 |
2018-10-23 | gdb/riscv: Fix register access for register aliases | Andrew Burgess | 1 | -105/+116 |
2018-10-22 | RISC-V: NaN-box FP values smaller than an FP register. | Jim Wilson | 1 | -2/+12 |
2018-10-22 | RISC-V: Print FP regs as union of float types. | Jim Wilson | 1 | -3/+82 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -4/+2 |
2018-09-28 | Use the existing instruction to determine the RISC-V breakpoint kind. | John Baldwin | 1 | -17/+32 |
2018-09-26 | gdb/riscv: Improve non-dwarf stack unwinding | Andrew Burgess | 1 | -21/+38 |
2018-09-04 | gdb/riscv: Fix an ARI warning | Andrew Burgess | 1 | -2/+2 |
2018-09-03 | gdb/riscv: Provide non-DWARF stack unwinder | Andrew Burgess | 1 | -47/+180 |