summaryrefslogtreecommitdiff
path: root/gdb/riscv-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* gdb/riscv: Support c.li in prologue unwinderAndrew Burgess2023-04-111-2/+6
* gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.expAndrew Burgess2023-04-031-4/+231
* gdb/riscv: support c.ldsp and c.lwsp in prologue scannerAndrew Burgess2023-04-031-3/+16
* gdb/riscv: convert riscv debug settings to new debug print schemeAndrew Burgess2023-04-031-103/+120
* gdb/riscv: add systemtap supportAndrew Burgess2023-03-231-0/+35
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-2/+2
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-3/+3
* Turn some value_contents functions into methodsTom Tromey2023-02-131-4/+4
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-3/+3
* Turn value_type into methodTom Tromey2023-02-131-4/+4
* Remove block.h includes from some tdep filesTom Tromey2023-02-081-1/+0
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-3/+4
* Fix inferior calls with variably-sized return typeTom Tromey2023-01-031-24/+26
* Convert selected architectures to gdbarch_return_value_as_valueTom Tromey2023-01-031-2/+9
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use bool constants for value_print_optionsTom Tromey2022-12-191-3/+3
* gdb/riscv: correct dwarf to gdb register number mappingXiao Zeng2022-12-061-2/+2
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-6/+6
* Fix indentation in riscv-tdep.cTom Tromey2022-10-061-153/+153
* gdb/riscv: Partial support for instructions up to 176-bitTsukasa OI2022-10-041-4/+5
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-6/+3
* gdb/riscv: fix failure in gdb.base/completion.expAndrew Burgess2022-10-021-13/+12
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-26/+26
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* gdb/riscv: better support for fflags and frm registersAndrew Burgess2022-08-311-24/+194
* gdb/riscv: improve (and fix) display of frm field in 'info registers'Andrew Burgess2022-08-311-11/+13
* gdb/riscv: improve a comment about fcsr, fflags, and frm registersAndrew Burgess2022-08-141-14/+17
* gdb/riscv: implement cannot_store_register gdbarch methodmga-sc2022-08-101-0/+12
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-13/+13
* gdb: make the pre-defined register groups constAndrew Burgess2022-04-071-1/+1
* gdb: more 'const' in gdb/reggroups.{c,h}Andrew Burgess2022-04-071-1/+1
* gdb: always add the default register groupsAndrew Burgess2022-04-071-11/+1
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-1/+1
* gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang2022-04-021-1/+1
* Rename print_spaces_filteredTom Tromey2022-03-291-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-112/+112
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* Change riscv_return_value to use RETURN_VALUE_ABI_PRESERVES_ADDRESSTom Tromey2022-01-051-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* (RISCV) fix handling of fixed-point type return valuesJoel Brobecker2021-12-021-3/+44
* gdb: add risc-v disassembler options supportAndrew Burgess2021-11-261-0/+8
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-181-3/+3
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-2/+2
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-15/+22
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi2021-10-291-1/+1
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-16/+10
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-5/+5