aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-20sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger39-24/+24
2022-12-20sim: ppc: drop old dgen.c generatorMike Frysinger3-363/+6
2022-12-20sim: ppc: move spreg.[ch] files to the source treeMike Frysinger5-0/+1608
2022-12-21Automatic date update in version.inGDB Administrator1-1/+1
2022-12-20Fix install-strip targetHannes Domani1-2/+2
2022-12-20bfd: Discard symbol regardless of warning flagTorbjörn SVENSSON5-5/+58
2022-12-20PR29915, bfdio.c does not compile with mingw.org's MinGWAlan Modra4-6/+22
2022-12-20Re: x86: remove i386-opc.cAlan Modra1-1/+0
2022-12-19sim: ppc: change spreg switch table generation to compile-timeMike Frysinger4-15/+16
2022-12-19sim: dv-core: add hw_detach_address method [PR sim/25211]Mike Frysinger2-13/+18
2022-12-19gprofng: PR29646 Various warningsVladimir Mezentsev10-13/+22
2022-12-20Automatic date update in version.inGDB Administrator1-1/+1
2022-12-19Avoid compiler warning in dwarf-do-refreshTom Tromey2-1/+5
2022-12-19Use bool in bpstatTom Tromey6-30/+31
2022-12-19Use bool constants for value_print_optionsTom Tromey19-60/+60
2022-12-19Remove quick_symbol_functions::relocatedTom Tromey4-91/+4
2022-12-19Remove MI version 1Tom Tromey11-126/+11
2022-12-19Remove vestiges of MI version 0Tom Tromey1-27/+0
2022-12-19Tidy PR29893 and PR29908 fixAlan Modra1-20/+4
2022-12-19gdb: fix command lookup in execute_command ()Jan Vrany1-6/+2
2022-12-19Fix potential illegal memory accesses when parsing corrupt DWARF data.Nick Clifton2-0/+22
2022-12-19New Romainian translation for the GOLD subdirectory.Nick Clifton2-0/+4279
2022-12-19gprofng/testsuite: skip Java test without JDKJan Beulich3-1/+5
2022-12-19gprofng/testsuite: eliminate bogus castsJan Beulich2-2/+2
2022-12-19gprofng/testsuite: correct line continuation in endcases.cJan Beulich1-1/+1
2022-12-19gprofng/testsuite: correct names for signal handling testsJan Beulich1-2/+2
2022-12-19gprofng/testsuite: adjust linking of synprogJan Beulich1-1/+1
2022-12-19Arm: break gas dependency on libopcodesJan Beulich2-2/+2
2022-12-19x86: omit Cpu prefixes from opcode tableJan Beulich2-2220/+2238
2022-12-19Automatic date update in version.inGDB Administrator1-1/+1
2022-12-18Comment bfd_get_section_limit_octets and bfd_get_section_alloc_sizeAlan Modra4-13/+12
2022-12-18ld bootstrap test in build dir with path containing symlinksAlan Modra1-1/+1
2022-12-18Update gdb/NEWS after GDB 13 branch creation.Joel Brobecker1-1/+3
2022-12-18Bump version to 14.0.50.DATE-git.Joel Brobecker2-2/+2
2022-12-18Automatic date update in version.ingdb-13-branchpointGDB Administrator1-1/+1
2022-12-17bfd_get_relocated_section_contents allow NULL data bufferAlan Modra18-51/+143
2022-12-17asan: elf.c:12621:18: applying zero offset to null pointerAlan Modra1-1/+1
2022-12-17Re: The problem with warning in elf_object_pAlan Modra9-75/+279
2022-12-16sframe: doc: update spec for the mangled-RA bit in FREIndu Bhagat1-2/+2
2022-12-16gas: sframe: testsuite: add testcase for .cfi_negate_ra_stateIndu Bhagat3-0/+39
2022-12-16objdump/readelf: sframe: emit marker for FREs with mangled RAIndu Bhagat1-2/+9
2022-12-16libsframe: provide new access API for mangled RA bitIndu Bhagat2-0/+25
2022-12-16gas: sframe: add support for .cfi_negate_ra_stateIndu Bhagat5-41/+39
2022-12-16sframe.h: add support for .cfi_negate_ra_stateIndu Bhagat1-8/+15
2022-12-17Automatic date update in version.inGDB Administrator1-1/+1
2022-12-16Delay checking whether /proc/pid/mem is writable (PR gdb/29907)Pedro Alves1-3/+6
2022-12-16Fix previous delta to allow for compilation on 32-bit systemsNick Clifton5-3/+60
2022-12-16[gdb/testsuite] Fix race in gdb.threads/detach-step-over.expTom de Vries1-8/+26
2022-12-16gdb: fix crash when getting the value of a label symbolAndrew Burgess3-14/+103
2022-12-16gdb: convert linux-osdata.c from buffer to std::stringSimon Marchi1-139/+148