Age | Commit message (Expand) | Author | Files | Lines |
2020-03-08 | readelf.c: Fix a typo in comments | H.J. Lu | 2 | -1/+6 |
2020-03-09 | asan: wasm: Out-of-memory | Alan Modra | 2 | -12/+21 |
2020-03-08 | Fix two typos in gdb_binary_search.h | Tom Tromey | 2 | -2/+6 |
2020-03-07 | [gdb/testsuite] Fix testing build_executable result | Tom de Vries | 3 | -2/+7 |
2020-03-07 | [gdb] Support anonymous typedef generated by gcc -feliminate-dwarf2-dups | Tom de Vries | 2 | -0/+15 |
2020-03-07 | Remove some obsolete comments | Tom Tromey | 3 | -6/+8 |
2020-03-07 | Re: Add support for a ".file 0" directive if supporting DWARF 5 or higher. | Alan Modra | 2 | -9/+13 |
2020-03-06 | binutils: doc: move artifacts back to MAINTAINERCLEANFILES | Simon Marchi | 3 | -3/+9 |
2020-03-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-03-06 | Pass thread_info pointer to various inferior control functions | Simon Marchi | 4 | -23/+49 |
2020-03-06 | Don't try to get the TIB address without an inferior | Hannes Domani | 2 | -1/+7 |
2020-03-06 | Add support for a ".file 0" directive if supporting DWARF 5 or higher. | Nick Clifton | 7 | -8/+57 |
2020-03-06 | [gdb/testsuite] Fix "text file busy" errors with cc-with-tweaks.exp | Tom de Vries | 3 | -4/+49 |
2020-03-06 | Add support for --dwarf-[3|4|5] to assembler command line. | Nick Clifton | 6 | -11/+88 |
2020-03-06 | [gdb,testsuite,doc,NEWS] Fix "the the". | Tom de Vries | 8 | -9/+23 |
2020-03-06 | [gdb] Remove trailing "done" after "Reading symbols from" message | Tom de Vries | 2 | -5/+5 |
2020-03-06 | gdbserver/gdbsupport: Add .dir-locals.el file | Andrew Burgess | 6 | -0/+99 |
2020-03-06 | Stop the assembler from complaining that the input and output files are the s... | Nick Clifton | 2 | -1/+13 |
2020-03-06 | Fix an abort triggered when objcopy is used to set the "share" section flag o... | Nick Clifton | 5 | -12/+84 |
2020-03-06 | x86: reduce amount of various VCVT* templates | Jan Beulich | 5 | -242/+116 |
2020-03-06 | x86: drop/replace IgnoreSize | Jan Beulich | 5 | -1607/+1624 |
2020-03-06 | x86: fold (supposed to be) identical code | Jan Beulich | 2 | -27/+20 |
2020-03-06 | x86: don't accept FI{LD,STP,STTP}LL in Intel syntax mode | Jan Beulich | 3 | -9/+14 |
2020-03-06 | x86: replace NoRex64 on VEX-encoded insns | Jan Beulich | 11 | -100/+126 |
2020-03-06 | x86: drop Rex64 attribute | Jan Beulich | 7 | -6601/+6613 |
2020-03-06 | x86: correct MPX insn w/o base or index encoding in 16-bit mode | Jan Beulich | 7 | -4/+201 |
2020-03-06 | x86: add missing IgnoreSize | Jan Beulich | 34 | -58/+330 |
2020-03-06 | x86: refine TPAUSE and UMWAIT | Jan Beulich | 11 | -26/+118 |
2020-03-05 | bfd: xtensa: fix PR ld/25630 | Max Filippov | 2 | -4/+8 |
2020-03-06 | PR25637, objcopy : SIGSEGV in copy_object | Alan Modra | 2 | -6/+12 |
2020-03-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-03-05 | Use std::string for 'psargs'. | John Baldwin | 2 | -5/+10 |
2020-03-05 | gdbsupport/configure.ac: source development.sh | Vyacheslav Petrishchev | 3 | -0/+11 |
2020-03-05 | Add support for ELF files which contain multiple reloc sections which all tar... | Nick Clifton | 7 | -13/+465 |
2020-03-05 | gdb, gdbserver, gdbsupport: add .gitattributes files | Tankut Baris Aktemur | 6 | -0/+31 |
2020-03-05 | Reduce --warn-section-align output | Alan Modra | 2 | -1/+14 |
2020-03-05 | [gdb/testsuite] Update maint.exp for string cache | Tom de Vries | 2 | -1/+5 |
2020-03-05 | PR25629, objcopy : SIGSEGV in filter_symbols | Alan Modra | 2 | -2/+13 |
2020-03-04 | RISC-V: Support assembler modifier %got_pcrel_hi. | Nelson Chu | 7 | -7/+45 |
2020-03-04 | RISC-V: Add description for RISC-V Modifiers to as doc. | Nelson Chu | 2 | -1/+117 |
2020-03-05 | Large memory allocation reading fuzzed 64-bit archive | Alan Modra | 2 | -1/+15 |
2020-03-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-03-04 | Introduce objfile::intern | Tom Tromey | 8 | -52/+64 |
2020-03-04 | Make "gnutarget" const | Tom Tromey | 4 | -3/+10 |
2020-03-05 | PR25570, ld duplicate "warning: changing start of section" | Alan Modra | 2 | -13/+30 |
2020-03-04 | Implement debugging of WOW64 processes | Hannes Domani | 7 | -100/+463 |
2020-03-04 | Generate a warning in the ARM assembler if a PC-relative thumb load instructi... | Alexandre Oliva | 7 | -6/+24 |
2020-03-04 | Revert "gdb: Do not print empty-group regs when printing general ones" | Luis Machado | 2 | -8/+19 |
2020-03-04 | [gdb/doc] Remove trailing done from "Reading symbols from" lines | Tom de Vries | 3 | -4/+9 |
2020-03-04 | gdb.fortran: Allow Flang kind printing in fortran testing | Alok Kumar Sharma | 2 | -14/+31 |