aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-20x86: avoid strcmp() in a few placesJan Beulich1-11/+11
2023-01-20x86: absorb allocation in i386-genJan Beulich1-2/+5
2023-01-20x86: re-use insn mnemonic strings as much as possibleJan Beulich3-4534/+4216
2023-01-20x86: move insn mnemonics to a separate tableJan Beulich9-3838/+8553
2023-01-20x86: abstract out obtaining of a template's mnemonicJan Beulich2-75/+79
2023-01-20Automatic date update in version.inGDB Administrator1-1/+1
2023-01-19Use "maint ignore-probes" in no-libstdcxx-probe.expTom Tromey1-5/+4
2023-01-19i386: Don't emit unsupported TLS relocs on SolarisRainer Orth1-8/+32
2023-01-19GDB/testsuite: Expand for character string limiting optionsAndrew Burgess9-38/+306
2023-01-19GDB: Add a character string limiting optionAndrew Burgess18-51/+189
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki19-626/+1136
2023-01-19libsframe: Use AM_SILENT_RULES macro in configure.acIndu Bhagat2-2/+42
2023-01-19Remove some unused includesTom Tromey3-3/+0
2023-01-19[gdb/tdep, aarch64] Remove fp and sp reg aliases, add x31 reg aliasTom de Vries1-4/+7
2023-01-19[gdb/testsuite] Fix gdb.python/py-value-cc.exp for big endianTom de Vries2-2/+3
2023-01-19Reinitialise macro_nestAlan Modra1-0/+1
2023-01-19PR 30022, concurrent builds can failAlan Modra2-78/+23
2023-01-18toplevel: Makefile.def: add install-strip dependency on libsframeIndu Bhagat2-2/+6
2023-01-19The fuzzers have found the reloc special functions in coff-aarch64.cAlan Modra1-42/+157
2023-01-19Correct coff-aarch64 howtos and delete unnecessary special functionsAlan Modra1-157/+44
2023-01-19coff-aarch64.c howtosAlan Modra1-67/+56
2023-01-19howto install_addendAlan Modra2-231/+67
2023-01-18sim: info: convert verbose field to a boolMike Frysinger21-30/+31
2023-01-18sim: unify sim-signal.o buildingMike Frysinger3-8/+14
2023-01-18sim: v850: reduce extra header inclusion to igen filesMike Frysinger1-0/+4
2023-01-18sim: v850: drop redundant defineMike Frysinger1-4/+0
2023-01-19sim: mn10300: minimize mn10300-sim.h include in sim-main.hMark Wielaard4-0/+17
2023-01-19Automatic date update in version.inGDB Administrator1-1/+1
2023-01-18GDB: Add references to erased args in cli-decode.cMaciej W. Rozycki1-11/+6
2023-01-18GDB: Add missing inline documentation for `add_setshow_cmd_full'Maciej W. Rozycki1-0/+12
2023-01-18GDB: Correct inline documentation for `add_setshow_cmd_full_erased'Maciej W. Rozycki1-1/+1
2023-01-18GDB: Fix documentation for `theclass' parameters in cli-decode.cMaciej W. Rozycki1-11/+11
2023-01-18Fix 'make TAGS' in gdbserverTom Tromey1-3/+4
2023-01-18Revert "X86: reverse-finish fix"Carl Love13-230/+106
2023-01-18Revert "PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/fini...Carl Love4-160/+31
2023-01-18gdb: care for dynamic objfiles in build_id_bfd_get ()Jan Vrany2-0/+10
2023-01-18Speed up objcopy's note merging.Nick Clifton2-7/+23
2023-01-17sim: ppc: drop local psim linkMike Frysinger2-34/+12
2023-01-18Use subsystem to distinguish between pei-arm-little and pei-arm-wince-littleMark Harmstone2-0/+17
2023-01-17Revert "gprofng: PR29987 bfd/archive.c:1447: undefined reference to `filename...Vladimir Mezentsev7-4/+26
2023-01-18Automatic date update in version.inGDB Administrator1-1/+1
2023-01-17Remove two unused fields from gdbarchTom Tromey2-8/+0
2023-01-17Use require in paramless.expTom Tromey1-1/+1
2023-01-17PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love4-31/+160
2023-01-17X86: reverse-finish fixCarl Love13-106/+230
2023-01-17gdb/testsuite: expect SIGSEGV from top GDB spawn idSimon Marchi2-2/+2
2023-01-17Fix parameter-less template regression in new DWARF readerTom Tromey5-22/+226
2023-01-17Move hash_entry and eq_entry into cooked_index::do_finalizeTom Tromey1-20/+14
2023-01-17Don't erase empty indices in DWARF readerTom Tromey1-10/+0
2023-01-17Avoid submitting empty tasks in parallel_for_eachTom Tromey2-0/+69