summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Constify target_desc declarations and features/Makefileusers/keiths/try-constify-target_desc2Keith Seitz2022-09-1277-115/+115
* cleanup: Add missing feature filesKeith Seitz2022-09-124-20/+24
* [gdb/testsuite] Fix gdb.ada/access_tagged_param.exp for aarch64Tom de Vries2022-09-073-3/+3
* Fix endianness handling for arm record self testsLuis Machado2022-09-071-82/+68
* [gdb/testsuite] Use prototype to call libc functionsTom de Vries2022-09-074-4/+6
* LoongArch: fix gas BFD_RELOC_8/16/24 bugmengqinggang2022-09-073-18/+58
* Automatic date update in version.inGDB Administrator2022-09-071-1/+1
* Add debuginfod support for objdump -SAaron Merey2022-09-062-41/+224
* bfd: Add bfd_find_nearest_line_with_altAaron Merey2022-09-0636-17/+237
* gdb: add Tsukasa Oi to gdb/MAINTAINERSTsukasa OI2022-09-061-0/+1
* gdb: move a write after approval entry into the correct placeAndrew Burgess2022-09-061-1/+1
* gdb: Add non-enum disassembler optionsTsukasa OI2022-09-061-0/+4
* [gdb/symtab] Support .debug_names section with TUs in .debug_infoTom de Vries2022-09-065-83/+136
* [gdb/testsuite] Add gdb.dwarf2/debug-names-bad-cu-index.expTom de Vries2022-09-062-8/+114
* [gdb/testsuite] Add gdb.dwarf2/debug-names-tu.expTom de Vries2022-09-062-12/+137
* opcodes: Add non-enum disassembler optionsTsukasa OI2022-09-064-1/+8
* Automatic date update in version.inGDB Administrator2022-09-061-1/+1
* sim/riscv: Complete tidying up with SBREAKTsukasa OI2022-09-051-3/+3
* Automatic date update in version.inGDB Administrator2022-09-051-1/+1
* sim/erc32: fix gdb with simulator buildAndrew Burgess2022-09-043-3/+16
* Automatic date update in version.inGDB Administrator2022-09-041-1/+1
* Automatic date update in version.inGDB Administrator2022-09-031-1/+1
* xtensa: bfd: fix TLS relocations generated for PIEMax Filippov2022-09-026-9/+230
* xtensa: adjust expected output in ld TLS testsMax Filippov2022-09-024-63/+63
* Add OpenBSD ARM Little Endian BFD support.Frederic Cambus2022-09-022-2/+5
* RISC-V: Print highest address (-1) on the disassemblerTsukasa OI2022-09-027-6/+85
* RISC-V: PR29342, Fix RV32 disassembler address computationTsukasa OI2022-09-025-2/+142
* RISC-V: Add address printer tests with ADDIWTsukasa OI2022-09-023-0/+64
* Automatic date update in version.inGDB Administrator2022-09-021-1/+1
* sim: Update mailing list addressTsukasa OI2022-09-011-1/+1
* dllwrap, windres and dlltools use mktemp, which should be avoidedNick Clifton2022-09-014-6/+14
* GDB/doc: Document the Guile `#:unlimited' keywordMaciej W. Rozycki2022-09-011-5/+7
* gdb/python-config: replace deprecated distutils.sysconfigLancelot SIX2022-09-011-6/+6
* Automatic date update in version.inGDB Administrator2022-09-011-1/+1
* Fix interpreter-exec crashTom Tromey2022-08-312-2/+15
* Fix "source" with interpreter-execTom Tromey2022-08-313-0/+27
* Remove a call to clear_interpreter_hooksTom Tromey2022-08-311-4/+0
* TUI stdout buffering cleanupTom Tromey2022-08-313-23/+14
* Remove a ui-related memory leakTom Tromey2022-08-312-11/+1
* Remove tui_out_newTom Tromey2022-08-313-9/+1
* Use scoped_restore in safe_parse_typeTom Tromey2022-08-311-6/+2
* Use member initialization in 'struct ui'Tom Tromey2022-08-312-20/+11
* Remove two unused members from mi_interpTom Tromey2022-08-312-7/+2
* Remove obsolete filtering commentTom Tromey2022-08-311-3/+1
* Remove the "for moment" commentsTom Tromey2022-08-313-8/+8
* Use ui_out_redirect_pop in more placesTom Tromey2022-08-317-43/+18
* Free ui::line_bufferTom Tromey2022-08-311-0/+2
* Remove some dead codeTom Tromey2022-08-311-13/+0
* Let ui::input_fd be -1Tom Tromey2022-08-312-4/+7
* gdb/riscv: better support for fflags and frm registersAndrew Burgess2022-08-3114-48/+582