aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-12Constify target_desc declarations and features/Makefileusers/keiths/try-constify-target_desc2Keith Seitz77-115/+115
2022-09-12cleanup: Add missing feature filesKeith Seitz4-20/+24
2022-09-07[gdb/testsuite] Fix gdb.ada/access_tagged_param.exp for aarch64Tom de Vries3-3/+3
2022-09-07Fix endianness handling for arm record self testsLuis Machado1-82/+68
2022-09-07[gdb/testsuite] Use prototype to call libc functionsTom de Vries4-4/+6
2022-09-07LoongArch: fix gas BFD_RELOC_8/16/24 bugmengqinggang3-18/+58
2022-09-07Automatic date update in version.inGDB Administrator1-1/+1
2022-09-06Add debuginfod support for objdump -SAaron Merey2-41/+224
2022-09-06bfd: Add bfd_find_nearest_line_with_altAaron Merey36-17/+237
2022-09-06gdb: add Tsukasa Oi to gdb/MAINTAINERSTsukasa OI1-0/+1
2022-09-06gdb: move a write after approval entry into the correct placeAndrew Burgess1-1/+1
2022-09-06gdb: Add non-enum disassembler optionsTsukasa OI1-0/+4
2022-09-06[gdb/symtab] Support .debug_names section with TUs in .debug_infoTom de Vries5-83/+136
2022-09-06[gdb/testsuite] Add gdb.dwarf2/debug-names-bad-cu-index.expTom de Vries2-8/+114
2022-09-06[gdb/testsuite] Add gdb.dwarf2/debug-names-tu.expTom de Vries2-12/+137
2022-09-06opcodes: Add non-enum disassembler optionsTsukasa OI4-1/+8
2022-09-06Automatic date update in version.inGDB Administrator1-1/+1
2022-09-05sim/riscv: Complete tidying up with SBREAKTsukasa OI1-3/+3
2022-09-05Automatic date update in version.inGDB Administrator1-1/+1
2022-09-04sim/erc32: fix gdb with simulator buildAndrew Burgess3-3/+16
2022-09-04Automatic date update in version.inGDB Administrator1-1/+1
2022-09-03Automatic date update in version.inGDB Administrator1-1/+1
2022-09-02xtensa: bfd: fix TLS relocations generated for PIEMax Filippov6-9/+230
2022-09-02xtensa: adjust expected output in ld TLS testsMax Filippov4-63/+63
2022-09-02Add OpenBSD ARM Little Endian BFD support.Frederic Cambus2-2/+5
2022-09-02RISC-V: Print highest address (-1) on the disassemblerTsukasa OI7-6/+85
2022-09-02RISC-V: PR29342, Fix RV32 disassembler address computationTsukasa OI5-2/+142
2022-09-02RISC-V: Add address printer tests with ADDIWTsukasa OI3-0/+64
2022-09-02Automatic date update in version.inGDB Administrator1-1/+1
2022-09-01sim: Update mailing list addressTsukasa OI1-1/+1
2022-09-01dllwrap, windres and dlltools use mktemp, which should be avoidedNick Clifton4-6/+14
2022-09-01GDB/doc: Document the Guile `#:unlimited' keywordMaciej W. Rozycki1-5/+7
2022-09-01gdb/python-config: replace deprecated distutils.sysconfigLancelot SIX1-6/+6
2022-09-01Automatic date update in version.inGDB Administrator1-1/+1
2022-08-31Fix interpreter-exec crashTom Tromey2-2/+15
2022-08-31Fix "source" with interpreter-execTom Tromey3-0/+27
2022-08-31Remove a call to clear_interpreter_hooksTom Tromey1-4/+0
2022-08-31TUI stdout buffering cleanupTom Tromey3-23/+14
2022-08-31Remove a ui-related memory leakTom Tromey2-11/+1
2022-08-31Remove tui_out_newTom Tromey3-9/+1
2022-08-31Use scoped_restore in safe_parse_typeTom Tromey1-6/+2
2022-08-31Use member initialization in 'struct ui'Tom Tromey2-20/+11
2022-08-31Remove two unused members from mi_interpTom Tromey2-7/+2
2022-08-31Remove obsolete filtering commentTom Tromey1-3/+1
2022-08-31Remove the "for moment" commentsTom Tromey3-8/+8
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey7-43/+18
2022-08-31Free ui::line_bufferTom Tromey1-0/+2
2022-08-31Remove some dead codeTom Tromey1-13/+0
2022-08-31Let ui::input_fd be -1Tom Tromey2-4/+7
2022-08-31gdb/riscv: better support for fflags and frm registersAndrew Burgess14-48/+582