aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb/dwarf2/read.c: remove pessimizing std::moveSimon Marchi1-1/+1
2024-04-23gdb: bump black version to 24.4.0Simon Marchi1-1/+1
2024-04-23PR31667, objcopy/strip corrupts solaris binariesAlan Modra1-7/+6
2024-04-23ignore some symbols in elf.c:swap_out_symsAlan Modra2-56/+49
2024-04-23xfail undefweak-1 test for alphaAlan Modra1-1/+1
2024-04-23use copy_private_symbol_data in objcopyAlan Modra1-0/+7
2024-04-23copy_private_symbol_dataAlan Modra1-2/+2
2024-04-22gdb: don't include gdbsupport/array-view.h in defs.hSimon Marchi1-1/+0
2024-04-22gdb: don't include hashtab.h in defs.hSimon Marchi4-2/+3
2024-04-22gdb: move RequireLongest to gdbsupport/traits.hSimon Marchi4-4/+7
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi141-327/+559
2024-04-22gdb: remove extract_long_unsigned_integerSimon Marchi2-56/+0
2024-04-22gdb: move `enum compile_i_scope_types` to compile/compile.hSimon Marchi4-28/+30
2024-04-22gdb: move two declarations out of defs.hSimon Marchi5-9/+10
2024-04-23Automatic date update in version.inGDB Administrator1-1/+1
2024-04-22gdb/testsuite: Use default gdb_expect timeout in runtoThiago Jung Bauermann1-1/+1
2024-04-22gdb: fix unknown variable typo in c-exp.yAndrew Burgess1-1/+1
2024-04-22aarch64: Fix coding style issue in `aarch64-dis.c'Victor Do Nascimento1-1/+1
2024-04-21Use std::vector in event-loop.ccTom Tromey1-39/+18
2024-04-22x86/APX: Add invalid check for APX EVEX.X4.Cui, Lili4-1/+12
2024-04-22Automatic date update in version.inGDB Administrator1-1/+1
2024-04-21Remove a couple of VLAsTom Tromey2-2/+6
2024-04-21Remove some alloca usesTom Tromey8-64/+16
2024-04-21Automatic date update in version.inGDB Administrator1-1/+1
2024-04-20LoongArch: Add -mignore-start-align optionmengqinggang11-23/+95
2024-04-20Error compiling libctf-regression testAlan Modra2-2/+2
2024-04-20Automatic date update in version.inGDB Administrator1-1/+1
2024-04-19gdb: add target_debug_printf and target_debug_printf_nofuncSimon Marchi3-590/+390
2024-04-19gdb: make regcache::debug_print_register return a stringSimon Marchi3-20/+21
2024-04-19gdb: make debug_target use one-linersSimon Marchi3-864/+835
2024-04-19gdb: make target debug functions return std::stringSimon Marchi5-377/+379
2024-04-19gdb: fix include for gdb_signal in target/waitstatus.hSimon Marchi3-1/+3
2024-04-19gdb: convert target debug macros to functionsSimon Marchi1-144/+266
2024-04-19gdb: add includes in target-debug.hSimon Marchi1-0/+4
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