summaryrefslogtreecommitdiff
path: root/gdb/riscv-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/riscv: Allow breakpoints to be created at invalid addressesAndrew Burgess2019-04-171-1/+9
* gdb/riscv: Remove riscv_type_alignment functionAndrew Burgess2019-04-111-48/+12
* gdb/riscv: Handle empty C++ structs during argument passingAndrew Burgess2019-04-111-43/+110
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-1/+1
* gdb/riscv: Use default gdbarch methods where possibleAndrew Burgess2019-02-271-30/+0
* (riscv/ada) fix error when calling functions with range argumentKONRAD Frederic2019-02-131-0/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* RISC-V: Fix wrong use of s0 register name.Jim Wilson2019-01-031-1/+1
* gdb/riscv: Split ISA and ABI featuresAndrew Burgess2019-01-011-37/+44
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb/riscv: Prevent buffer overflow in riscv_return_valueAndrew Burgess2018-12-221-6/+59
* gdb/riscv: Add float status registers to save and restore reggroupsAndrew Burgess2018-12-221-1/+4
* gdb/riscv: Add gdb to dwarf register number mappingAndrew Burgess2018-12-221-0/+17
* gdb/riscv: Format CORE_ADDR as a string for printingAndrew Burgess2018-12-211-4/+10
* RISC-V: Correct printing of MSTATUS and MISA.Jim Wilson2018-12-131-2/+8
* gdb/riscv: Handle passing variadic floating point argumentsAndrew Burgess2018-12-121-2/+3
* gdb/riscv: Remove whitespace before #include lineAndrew Burgess2018-12-101-1/+1
* gdb/riscv: Improve logic for when h/w float abi should be usedAndrew Burgess2018-12-051-12/+49
* gdb/riscv: Add equality operators to riscv_gdb_featuresAndrew Burgess2018-11-301-3/+1
* gdb/riscv: Make some target description functions constantAndrew Burgess2018-11-301-1/+1
* gdb/riscv: Add target description supportAndrew Burgess2018-11-211-351/+537
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-4/+4
* RISC-V: Fix unnamed arg alignment in registers.Jim Wilson2018-11-141-4/+22
* RISC-V: Handle vector type alignment.Jim Wilson2018-11-141-0/+7
* RISC-V: Give stack slots same align as XLEN.Jim Wilson2018-11-141-2/+3
* gdb/riscv: Handle errors while setting the frame idAndrew Burgess2018-11-081-3/+14
* RISC-V: Don't allow unaligned breakpoints.Jim Wilson2018-11-011-8/+24
* RISC-V: Linux signal frame support.Jim Wilson2018-10-261-8/+3
* gdb/riscv: Remove redundant code, and catch more errors when accessing MISAAndrew Burgess2018-10-261-22/+29
* gdb/riscv: Give user-friendly names for CSRsAndrew Burgess2018-10-231-4/+15
* gdb/riscv: expect h/w watchpoints to trigger before the memory is writtenJoel Brobecker2018-10-231-0/+1
* gdb/riscv: Fix register access for register aliasesAndrew Burgess2018-10-231-105/+116
* RISC-V: NaN-box FP values smaller than an FP register.Jim Wilson2018-10-221-2/+12
* RISC-V: Print FP regs as union of float types.Jim Wilson2018-10-221-3/+82
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+2
* Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin2018-09-281-17/+32
* gdb/riscv: Improve non-dwarf stack unwindingAndrew Burgess2018-09-261-21/+38
* gdb/riscv: Fix an ARI warningAndrew Burgess2018-09-041-2/+2
* gdb/riscv: Provide non-DWARF stack unwinderAndrew Burgess2018-09-031-47/+180
* gdb/riscv: Extend instruction decode to cover more instructionsAndrew Burgess2018-08-301-2/+38
* gdb/riscv: remove extra caching of misa registerAndrew Burgess2018-08-301-101/+5
* RISC-V: Add software single step support.Jim Wilson2018-08-081-6/+244
* RISC-V: Make riscv_isa_xlen a global function.Jim Wilson2018-08-081-1/+1
* Simple unused variable removalsTom Tromey2018-07-221-7/+0
* RISC-V: Don't decrement pc after break.Jim Wilson2018-07-171-23/+2
* RISC-V: Add osabi support.Jim Wilson2018-07-161-0/+3
* gdb/riscv: Fix assertion in inferior call codeAndrew Burgess2018-07-101-5/+16