aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove uses of VLASimon Marchi2024-08-021-1/+1
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-0/+1
* Remove excess whitespace from doc strings of some commandsEli Zaretskii2024-04-161-1/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-2/+0
* Use std::string for disassembler optionsTom Tromey2024-03-221-1/+1
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-201-6/+6
* gdb: RISC-V: Refine lr/sc sequence supportYang Liu2024-01-141-39/+251
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi2023-12-141-4/+5
* gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi2023-12-141-2/+2
* Remove gdb_static_assertTom Tromey2023-11-291-1/+1
* Use C++17 [[fallthrough]] attributeTom Tromey2023-11-291-1/+1
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-1/+1
* gdb/riscv: Fix oob memory access when printing info registersCiaran Woodward2023-09-051-1/+1
* riscv: Ensure LE instruction fetchingBranislav Brzak2023-07-061-2/+2
* 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