summaryrefslogtreecommitdiff
path: root/gdb/riscv-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu2020-05-201-3/+3
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-2/+2
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-20/+20
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-50/+14
* gdb/riscv: Apply NaN boxing when writing return values into registersAndrew Burgess2020-03-251-29/+40
* Use common_val_print in riscv-tdep.cTom Tromey2020-03-131-9/+3
* RISC-V: Support the ISA-dependent CSR checking.Nelson Chu2020-02-201-3/+3
* gdb/riscv: Update API for looking up target descriptionsAndrew Burgess2020-02-191-1/+1
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Ravenscar port for RISC-VTom Tromey2019-12-121-0/+3
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* Add initial compile command support to RISC-V port.Jim Wilson2019-10-161-0/+56
* RISC-V: Fix two ARI warnings.Jim Wilson2019-10-111-2/+2
* gdb/riscv: Write 4-byte nop to dummy code region before inferior callsAndrew Burgess2019-07-191-1/+34
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* gdb/riscv: Don't use default bfd to define required featuresAndrew Burgess2019-07-091-12/+0
* gdb/riscv: Don't error when decoding a 6 or 8 byte instructionAndrew Burgess2019-06-051-4/+6
* gdb/riscv: Improve flen length determinationSimon Cook2019-05-221-1/+15
* 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