aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Introduce read_remainder_of_fileTom Tromey2-8/+20
2024-02-27[gdb/testsuite] Reset errcnt and warncnt in default_gdb_initTom de Vries1-0/+9
2024-02-27[gdb/testsuite] Remove KFAIL for PR ada/30908Tom de Vries2-44/+4
2024-02-27[gdb/testsuite] Fix test in gdb.python/py-finish-breakpoint.expTom de Vries1-1/+2
2024-02-27Cygwin: Fix putting inferior in foreground (fix input)Pedro Alves1-4/+22
2024-02-27s390: Add r_offset check to the weak undef changeAndreas Krebbel1-1/+2
2024-02-27arc: Don't build arc-analyze-prologue.S with -gYuriy Kolerov1-1/+7
2024-02-27s390: Avoid reloc overflows on undefined weak symbolsAndreas Krebbel5-0/+91
2024-02-27aarch64: rename internals related to PAuth feature to use pauth in their nami...Matthieu Longo3-42/+42
2024-02-27LoongArch: Run overflow testcases only on LoongArch targetmengqinggang1-13/+14
2024-02-27LoongArch: Modify inconsistent behavior of ld with --unresolved-symbols=ignor...ticat_fp1-8/+1
2024-02-27Avoid unused space in .rela.dyn if sec was discardedJinyang He5-0/+31
2024-02-27LoongArch: ld: Fix other pop relocs overflow check and add testsJinyang He35-9/+344
2024-02-27LoongArch: bfd: Fix some bugs of howto tablemengqinggang1-5/+5
2024-02-27Automatic date update in version.inGDB Administrator1-1/+1
2024-02-26gdb/amd-dbgapi: fix indentationSimon Marchi1-1/+1
2024-02-26Remove two unnecessary castsTom Tromey2-2/+2
2024-02-26[gdb] Fix heap-use-after-free in select_event_lwpPedro Alves1-9/+25
2024-02-26[gdb/testsuite] Dump dap.log.$n to gdb.log when exceptions foundTom de Vries1-0/+3
2024-02-26[gdb/testsuite] Further handle long filenames in gdb.base/startup-with-shell.expTom de Vries1-0/+1
2024-02-26[gdb] Fix "value is not available" with debug frameTom de Vries4-0/+106
2024-02-26gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang45-122/+132
2024-02-26gdb: s390: Add arch14 record/replay supportAndreas Arnez1-0/+13
2024-02-25gprofng: Add hardware counter profiling for the Ampere systemVladimir Mezentsev2-2/+13
2024-02-26LoongArch: bfd: Correct the name of R_LARCH_SOP_POP_32_U in howto_tableJinyang He1-1/+1
2024-02-26Automatic date update in version.inGDB Administrator1-1/+1
2024-02-25Automatic date update in version.inGDB Administrator1-1/+1
2024-02-24[gdb/build] Fix static cast of virtual baseTom de Vries1-2/+2
2024-02-24PR25333, GAS is slow processing -fdebug-types-sectionsAlan Modra9-126/+173
2024-02-24xtensa: move xtensa_make_property_section from bfd to gasAlan Modra3-34/+32
2024-02-24Make is_relocatable_executable only affect dynamic section symsAlan Modra9-483/+470
2024-02-24sim: no rule to make sim/ppc/Makefile.inAlan Modra2-2/+2
2024-02-24Automatic date update in version.inGDB Administrator1-1/+1
2024-02-23gdb: disable formatting-related flake8 warningsSimon Marchi1-0/+8
2024-02-23Remove unused importTom Tromey1-1/+1
2024-02-23Fix throw_winerror_with_name build error on x86-64 CygwinPedro Alves1-1/+1
2024-02-23gdb/linux-nat.c: Add "Accessing inferior memory" sectionPedro Alves1-1/+57
2024-02-23Drop special way of getting inferior context after a Cygwin signalJon Turney1-37/+15
2024-02-23Teach gdb how to unwind cygwin _sigbe and sigdelayed framesJon Turney4-0/+260
2024-02-23x86: rename vec_encoding and vex_encoding_*Jan Beulich2-76/+76
2024-02-23x86: document -moperand-check=Jan Beulich1-0/+15
2024-02-23x86: also permit YMM/ZMM use in CFI directivesJan Beulich8-163/+553
2024-02-23x86/APX: INV{EPT,PCID,VPID} are WIGJan Beulich6-18/+348
2024-02-23LoongArch: gas: Try to avoid R_LARCH_ALIGN associate with a symbolmengqinggang3-39/+72
2024-02-22gdb: Add XMM16-XMM31 and K0-K1 DWARF register number mappingH.J. Lu1-1/+22
2024-02-23Automatic date update in version.inGDB Administrator1-1/+1
2024-02-22Use bool in dynamic type codeTom Tromey2-27/+27
2024-02-22[gdb/testsuite] Fix license text in gdb.reverse/map-to-same-line.{c,exp}Tom de Vries2-2/+2
2024-02-22[gdb/dap] Fix race between dap exit and gdb exitTom de Vries2-1/+18
2024-02-22[gdb/dap] Fix race between dap startup and dap log fileTom de Vries4-4/+52