aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-19libctf: do not include undefined functions in libctf.verNick Alcock2-10/+32
2024-04-19libctf: Remove undefined functions from ver. mapNicholas Vinson1-4/+1
2024-04-19libctf: don't pass errno into ctf_err_warn so oftenNick Alcock4-19/+19
2024-04-19libctf: fix leak in testNick Alcock1-0/+4
2024-04-19libctf: add rewriting testsNick Alcock5-0/+346
2024-04-19libctf: fix a debugging typoNick Alcock1-1/+1
2024-04-19libctf: make ctf_lookup of symbols by name work in more casesNick Alcock1-1/+3
2024-04-19libctf: improve handling of type dumping errorsNick Alcock1-1/+2
2024-04-19libctf: fix tiny dumping errorNick Alcock1-3/+2
2024-04-19libctf: make ctf_serialize() actually serializeNick Alcock7-348/+137
2024-04-19libctf: rethink strtab writeoutNick Alcock5-150/+292
2024-04-19libctf: replace 'pending refs' abstractionNick Alcock5-63/+224
2024-04-19Revert "libctf: do not corrupt strings across ctf_serialize"Nick Alcock5-125/+14
2024-04-19libctf: rename ctf_dict.ctf_{symtab,strtab}Nick Alcock4-25/+25
2024-04-19libctf: fix a comment typoNick Alcock1-3/+3
2024-04-19libctf: delete LCTF_DIRTYNick Alcock4-24/+1
2024-04-19libctf: fix a commentNick Alcock1-1/+1
2024-04-19libctf: support addition of types to dicts read via ctf_open()Nick Alcock10-268/+619
2024-04-19libctf: fix name lookup in dicts containing base-type bitfieldsNick Alcock3-25/+188
2024-04-19libctf: remove static/dynamic name lookup distinctionNick Alcock8-201/+157
2024-04-19libctf: don't leak the symbol name in the name->type cacheNick Alcock1-1/+1
2024-04-19binutils, objdump: Add --ctf-parent-sectionNick Alcock2-8/+61
2024-04-19gdb: Document qIsAddressTagged packetGustavo Romero2-3/+44
2024-04-19gdb/testsuite: Add unit tests for qIsAddressTagged packetGustavo Romero1-0/+67
2024-04-19gdb: Add qIsAddressTagged packetGustavo Romero1-0/+75
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero13-25/+100
2024-04-19gdb: Use passed gdbarch instead of calling current_inferiorGustavo Romero1-1/+1
2024-04-19gdb: aarch64: Remove MTE address checking from memtag_matches_pGustavo Romero1-4/+0
2024-04-19gdb: aarch64: Move MTE address check out of set_memtagGustavo Romero2-9/+5
2024-04-19gdb: aarch64: Remove MTE address checking from get_memtagGustavo Romero1-4/+0
2024-04-19Re: elf: Strip unreferenced weak undefined symbolsAlan Modra1-2/+3
2024-04-18elf: Strip unreferenced weak undefined symbolsH.J. Lu11-28/+134
2024-04-19memory leak in bfd/dwarf2.cAlan Modra1-0/+2
2024-04-19mmix disassemble memory leakAlan Modra1-0/+1
2024-04-19Automatic date update in version.inGDB Administrator1-1/+1
2024-04-18[gdb/testsuite] Use find_gnatmake instead of gdb_find_gnatmakeTom de Vries2-1/+16
2024-04-18[gdb/testsuite] Use allocator_may_return_null=1 in two test-casesTom de Vries3-6/+33
2024-04-18gdbsupport: constify some return values in print-utils.{h,cc}Simon Marchi6-22/+22
2024-04-18HPPA64 linker: Do not force the generation of DT_FLAGS for Linux targets.Nick Clifton1-4/+12
2024-04-18Add DW_TAG_compile_unit DIE to Dummy CUsWill Hawkins1-0/+1
2024-04-18Re: Fix address violations when reading corrupt VMS recordsAlan Modra1-9/+15
2024-04-18alpha_vms_get_section_contents vs. fuzzed filesAlan Modra1-24/+26
2024-04-18Tidy objdump opb expressionsAlan Modra1-5/+5
2024-04-18Automatic date update in version.inGDB Administrator1-1/+1
2024-04-17Remove a copy from c-exp.y:parse_numberTom Tromey1-18/+13
2024-04-17gdb/Windows: Fix detach while runningPedro Alves3-8/+267
2024-04-17gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallbackPedro Alves3-95/+8
2024-04-17Use section name in DWARF error messageTom Tromey1-2/+3
2024-04-17gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extensionSimon Marchi4-0/+4
2024-04-17Fix include guard typoMatt Wozniski1-1/+1