Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-08-30 | gdb/riscv: Extend instruction decode to cover more instructions | Andrew Burgess | 1 | -2/+38 |
2018-08-30 | gdb/riscv: remove extra caching of misa register | Andrew Burgess | 1 | -101/+5 |
2018-08-08 | RISC-V: Add software single step support. | Jim Wilson | 1 | -6/+244 |
2018-08-08 | RISC-V: Make riscv_isa_xlen a global function. | Jim Wilson | 1 | -1/+1 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -7/+0 |
2018-07-17 | RISC-V: Don't decrement pc after break. | Jim Wilson | 1 | -23/+2 |
2018-07-16 | RISC-V: Add osabi support. | Jim Wilson | 1 | -0/+3 |
2018-07-10 | gdb/riscv: Fix assertion in inferior call code | Andrew Burgess | 1 | -5/+16 |
2018-07-10 | gdb/riscv: Use TYPE_SAFE_NAME | Andrew Burgess | 1 | -5/+1 |
2018-07-02 | gdb: Prefer RISC-V register name "s0" over "fp" | Sebastian Huber | 1 | -1/+1 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -9/+5 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -2/+2 |
2018-05-04 | Fix "obvious" fall-through warnings | Tom Tromey | 1 | -0/+1 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -3/+3 |
2018-03-12 | gdb/riscv: Fix some ARI issues | Andrew Burgess | 1 | -9/+8 |