aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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