aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-12LTO plugin: sync header file with GCCMartin Liska1-0/+33
2022-07-12[gdb/record] Support recording of getrandomTom de Vries10-1/+116
2022-07-12gdbserver: LoongArch: Add floating-point supportTiezhu Yang1-0/+32
2022-07-12gdb: LoongArch: Add floating-point supportTiezhu Yang9-20/+300
2022-07-12[gdb/testsuite] Run two test-cases with ASAN_OPTIONS=verify_asan_link_order=0Tom de Vries2-2/+14
2022-07-12[gdb/testsuite] Add tsan-suppressions.txtTom de Vries2-0/+44
2022-07-12[gdb/build] Fix build with gcc 4.8.5Tom de Vries1-0/+4
2022-07-12Fix -fsanitize=thread for per_cu fieldsTom de Vries2-9/+14
2022-07-12Introduce struct packed templatePedro Alves1-0/+90
2022-07-12PowerPC md_end: Don't htab_delete(NULL)Alan Modra1-10/+8
2022-07-12PR29355, ld segfaults with -r/-q and custom-named section .rela*Alan Modra1-4/+4
2022-07-12gdb/csky complete csky_dwarf_reg_to_regnumJiangshuai Li2-3/+26
2022-07-12Automatic date update in version.inGDB Administrator1-1/+1
2022-07-11Always emit =thread-exited notifications, even if silentPedro Alves3-3/+96
2022-07-11Fix core-file -> detach -> crash (corefiles/29275)Pedro Alves2-6/+33
2022-07-11Fix non-existent "@var{thread-id}" in stop reply descriptionsPedro Alves1-11/+9
2022-07-11Try a couple PAuth compilation flags for gdb.arch/aarch64-pauth.expLuis Machado1-2/+17
2022-07-11gdb: add support for disassembler styling using libopcodesAndrew Burgess6-26/+439
2022-07-11gdb: have gdb_disassemble_info carry 'this' in its stream pointerAndrew Burgess2-33/+67
2022-07-11[gdb/symtab] Fix data race in per_cu->lengthTom de Vries3-25/+41
2022-07-11[gdb/symtab] Use comp_unit_head::get_lengthTom de Vries1-1/+1
2022-07-11Automatic date update in version.inGDB Administrator1-1/+1
2022-07-10Fix include guard naming for arch/aarch64-mte-linux.hLuis Machado1-3/+3
2022-07-10gdbserver: LoongArch: Add orig_a0 processingYouling Tang2-2/+4
2022-07-10gdbserver: LoongArch: Simplify code with register number macrosYouling Tang3-31/+25
2022-07-10Automatic date update in version.inGDB Administrator1-1/+1
2022-07-09gas: tc-tic54x.c hash tablesAlan Modra2-139/+223
2022-07-09gas: use notes_calloc in string hashAlan Modra6-8/+9
2022-07-09gas: target string hash tablesAlan Modra9-81/+45
2022-07-09arc gas: don't leak arc_opcode_hash memoryAlan Modra2-1/+23
2022-07-09i386 gas: don't leak op_hash or reg_hash memoryAlan Modra3-3/+13
2022-07-09ppc gas: don't leak ppc_hash memoryAlan Modra2-2/+37
2022-07-09gas hash.h tidyAlan Modra2-30/+38
2022-07-09gas: rename md_end to md_finishAlan Modra42-80/+84
2022-07-09gas: set up notes obstack earlierAlan Modra3-11/+15
2022-07-09gas: itbl_filesAlan Modra1-20/+2
2022-07-09gas: free sy_hash, macro_hash and po_hashAlan Modra7-0/+33
2022-07-09dw2gencfi.c: use notes obstackAlan Modra1-12/+10
2022-07-09expr.c make_expr_symbol: use notes obstackAlan Modra1-1/+1
2022-07-09read.c assign_symbol: use notes obstack for dummy listing fragAlan Modra1-1/+1
2022-07-09read.c s_include: use notes obstack for pathAlan Modra1-4/+2
2022-07-09macro.c: use string hash from hash.h for macro_hashAlan Modra3-144/+29
2022-07-09read.c: use string hash from hash.h for po_hashAlan Modra1-56/+7
2022-07-09free read_symbol_name stringAlan Modra2-0/+5
2022-07-09gas: output_file_closeAlan Modra4-15/+13
2022-07-09gas: utility notes memory alloc functionsAlan Modra3-10/+90
2022-07-09gas: arm -mwarn-syms duplicatesAlan Modra2-5/+3
2022-07-09Regenerate with automake-1.15.1Alan Modra25-3737/+2263
2022-07-09Automatic date update in version.inGDB Administrator1-1/+1
2022-07-08Accept gdb.Value in more Python APIsTom Tromey6-33/+37