aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-05LoongArch: Add support for OUTPUT_FORMAT("binary")mengqinggang5-19/+18
2024-08-05Automatic date update in version.inGDB Administrator1-1/+1
2024-08-04Update release-README after completing the 2.43 release.Nick Clifton1-20/+18
2024-08-04Automatic date update in version.inGDB Administrator1-1/+1
2024-08-03LTO: Restore the wrapper symbol check for standard functionH.J. Lu5-2/+58
2024-08-03Automatic date update in version.inGDB Administrator1-1/+1
2024-08-02gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extensionSimon Marchi4-4/+4
2024-08-02gdb: remove uses of VLASimon Marchi13-85/+86
2024-08-02gdb,testsuite: fix gdb.base/list-dot-nodebug and make it more robustGuinevere Larsen1-11/+26
2024-08-02gdb: remove inline_frame::skipped_framesSimon Marchi1-29/+22
2024-08-02Updated Bulgarian translation for the binutils/ directoryNick Clifton1-2596/+3328
2024-08-02Fix typo in --help output of the strings program.Aapo Rantalainen1-2/+2
2024-08-02gdb/testsuite: fix gdb.python/py-framefilter-invalidarg.exp with clangGuinevere Larsen1-1/+1
2024-08-02gdb/testsuite: extend XFAIL to gdb.fortran/entry-point.exp to clang tooGuinevere Larsen1-2/+2
2024-08-02gdb/testsuite: add build-id compile flag to tests that expect itGuinevere Larsen4-4/+6
2024-08-02gas: drop unnecessary use of tc_comment_charsJan Beulich8-22/+5
2024-08-02gas: correctly deal with line comments when not preprocessingJan Beulich8-5/+56
2024-08-02Automatic date update in version.inGDB Administrator1-1/+1
2024-08-01gas: ginsn: minor improvements in ginsn_dst_print and ginsn_src_printIndu Bhagat1-18/+28
2024-08-01gas: ginsn: do not emit an unnecessary trailing comma in textual dumpIndu Bhagat3-13/+19
2024-08-01gas: x86: ginsn: handle previously missed indirect call and jmp opsIndu Bhagat3-60/+95
2024-08-01gdb: LoongArch: Add show-debug-regs maintenance commandHui Li1-0/+16
2024-08-01skip_attr_bytes assertion (data) <= (end) failAlan Modra1-1/+4
2024-08-01gdb: AArch64: Support MTE on baremetalGustavo Romero12-251/+309
2024-08-01[gdb/testsuite] Fix gdb.python/py-format-string.exp with python 3.13Tom de Vries1-1/+7
2024-08-01LoongArch: Fix ld FAIL test casesLulu Cai1-17/+24
2024-08-01ld/PDB: handle empty LF_FIELDLIST typesMark Harmstone4-4/+25
2024-08-01Automatic date update in version.inGDB Administrator1-1/+1
2024-07-31libctf: fix ctf_archive_count return value on big-endianNick Alcock1-1/+1
2024-07-31libctf: dump: fix small leakNick Alcock1-1/+2
2024-07-31libctf: fix ref leak of names of newly-inserted non-root-visible typesNick Alcock1-3/+3
2024-07-31libctf: clean up hashtab error handling messNick Alcock2-11/+16
2024-07-31libctf, include: add ctf_dict_set_flag: less enum dup checking by defaultNick Alcock9-47/+195
2024-07-31include, libctf: improve ECTF_DUPLICATE error messageNick Alcock1-1/+1
2024-07-31libctf: link: remember to turn off the LCTF_LINKING flag after ctf_link_writeNick Alcock1-0/+4
2024-07-31libctf: link: fix error handlingNick Alcock1-1/+1
2024-07-31libctf, open: Fix enum error handling pathNick Alcock1-0/+1
2024-07-31libctf, subr: don't mix up errors and warningsNick Alcock1-2/+2
2024-07-31libctf: fix dynset insertionNick Alcock1-1/+1
2024-07-31libctf: dedup: tiny tweaksNick Alcock1-4/+3
2024-07-31libctf: improve ECTF_NOPARENT error messageNick Alcock2-2/+2
2024-07-31libctf: fix CTF dict compressionNick Alcock5-42/+179
2024-07-31libctf: fix linking of non-root-visible typesNick Alcock3-2/+132
2024-07-31libctf, dump: correctly dump non-root-visible typesNick Alcock1-1/+1
2024-07-31libctf, string: split the movable refs out of the ref listNick Alcock2-20/+47
2024-07-31libctf, dedup: drop unnecessary arg from ctf_dedup()Nick Alcock3-36/+30
2024-07-31libctf: we do in fact support foreign-endian old versionsNick Alcock1-8/+2
2024-07-31[gdb/testsuite] Fix trailing-text-in-parentheses duplicatesTom de Vries77-627/+618
2024-07-31[gdb/testsuite] Detect trailing-text-in-parentheses duplicatesTom de Vries2-5/+39
2024-07-31[gdb/testsuite] Add gdb.python/py-disasm-{exec,obj}.expTom de Vries4-16/+90