aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-07Automatic date update in version.inGDB Administrator1-1/+1
2020-03-06Pass thread_info pointer to various inferior control functionsSimon Marchi4-23/+49
2020-03-06Don't try to get the TIB address without an inferiorHannes Domani2-1/+7
2020-03-06Add support for a ".file 0" directive if supporting DWARF 5 or higher.Nick Clifton7-8/+57
2020-03-06[gdb/testsuite] Fix "text file busy" errors with cc-with-tweaks.expTom de Vries3-4/+49
2020-03-06Add support for --dwarf-[3|4|5] to assembler command line.Nick Clifton6-11/+88
2020-03-06[gdb,testsuite,doc,NEWS] Fix "the the".Tom de Vries8-9/+23
2020-03-06[gdb] Remove trailing "done" after "Reading symbols from" messageTom de Vries2-5/+5
2020-03-06gdbserver/gdbsupport: Add .dir-locals.el fileAndrew Burgess6-0/+99
2020-03-06Stop the assembler from complaining that the input and output files are the s...Nick Clifton2-1/+13
2020-03-06Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton5-12/+84
2020-03-06x86: reduce amount of various VCVT* templatesJan Beulich5-242/+116
2020-03-06x86: drop/replace IgnoreSizeJan Beulich5-1607/+1624
2020-03-06x86: fold (supposed to be) identical codeJan Beulich2-27/+20
2020-03-06x86: don't accept FI{LD,STP,STTP}LL in Intel syntax modeJan Beulich3-9/+14
2020-03-06x86: replace NoRex64 on VEX-encoded insnsJan Beulich11-100/+126
2020-03-06x86: drop Rex64 attributeJan Beulich7-6601/+6613
2020-03-06x86: correct MPX insn w/o base or index encoding in 16-bit modeJan Beulich7-4/+201
2020-03-06x86: add missing IgnoreSizeJan Beulich34-58/+330
2020-03-06x86: refine TPAUSE and UMWAITJan Beulich11-26/+118
2020-03-05bfd: xtensa: fix PR ld/25630Max Filippov2-4/+8
2020-03-06PR25637, objcopy : SIGSEGV in copy_objectAlan Modra2-6/+12
2020-03-06Automatic date update in version.inGDB Administrator1-1/+1
2020-03-05Use std::string for 'psargs'.John Baldwin2-5/+10
2020-03-05gdbsupport/configure.ac: source development.shVyacheslav Petrishchev3-0/+11
2020-03-05Add support for ELF files which contain multiple reloc sections which all tar...Nick Clifton7-13/+465
2020-03-05gdb, gdbserver, gdbsupport: add .gitattributes filesTankut Baris Aktemur6-0/+31
2020-03-05Reduce --warn-section-align outputAlan Modra2-1/+14
2020-03-05[gdb/testsuite] Update maint.exp for string cacheTom de Vries2-1/+5
2020-03-05PR25629, objcopy : SIGSEGV in filter_symbolsAlan Modra2-2/+13
2020-03-04RISC-V: Support assembler modifier %got_pcrel_hi.Nelson Chu7-7/+45
2020-03-04RISC-V: Add description for RISC-V Modifiers to as doc.Nelson Chu2-1/+117
2020-03-05Large memory allocation reading fuzzed 64-bit archiveAlan Modra2-1/+15
2020-03-05Automatic date update in version.inGDB Administrator1-1/+1
2020-03-04Introduce objfile::internTom Tromey8-52/+64
2020-03-04Make "gnutarget" constTom Tromey4-3/+10
2020-03-05PR25570, ld duplicate "warning: changing start of section"Alan Modra2-13/+30
2020-03-04Implement debugging of WOW64 processesHannes Domani7-100/+463
2020-03-04Generate a warning in the ARM assembler if a PC-relative thumb load instructi...Alexandre Oliva7-6/+24
2020-03-04Revert "gdb: Do not print empty-group regs when printing general ones"Luis Machado2-8/+19
2020-03-04[gdb/doc] Remove trailing done from "Reading symbols from" linesTom de Vries3-4/+9
2020-03-04gdb.fortran: Allow Flang kind printing in fortran testingAlok Kumar Sharma2-14/+31
2020-03-04x86: support VMGEXITJan Beulich14-4104/+4169
2020-03-04Revert "PR25570, ld duplicate "warning: changing start of section""Alan Modra3-10/+3
2020-03-04PR25570, ld duplicate "warning: changing start of section"Alan Modra3-3/+10
2020-03-04sh_addralign inconsistent with sh_addrAlan Modra2-1/+10
2020-03-04Call cleanup on bfd_check_format_matches error exitAlan Modra2-0/+8
2020-03-04objcopy: Fix for pr19005 on machines with more than one octet per byte.Christian Eggers2-12/+21
2020-03-04Automatic date update in version.inGDB Administrator1-1/+1
2020-03-03Find tailcall frames before inline framesTom Tromey3-32/+47