aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-08Add MN10300_MAX_REGISTER_SIZEAlan Hayward2-2/+13
2017-06-08Update ff4ca5ac6a2e8 to the correct version.Alan Hayward2-11/+6
2017-06-08[bfd][arm] Don't assert on suspicious build attributes in input fileRichard Earnshaw2-1/+16
2017-06-08Remove MAX_REGISTER_SIZE from mi/mi-main.cAlan Hayward2-13/+27
2017-06-08x86: Dump local IFUNC functions in the map fileH.J. Lu6-11/+43
2017-06-08clH.J. Lu2-0/+24
2017-06-08[AArch64] Allow COPY relocation eliminationJiong Wang6-8/+92
2017-06-072017-06-07 Eric Christopher <echristo@gmail.com>Eric Christopher2-2/+24
2017-06-08Automatic date update in version.inGDB Administrator1-1/+1
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior10-1/+269
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior33-864/+1441
2017-06-07Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior6-4/+48
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior11-77/+166
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves15-226/+255
2017-06-07Add support for AArch64 system register names IP0, IP1, FP and LR.Michael Collison4-2/+16
2017-06-07Remove MAX_REGISTER_SIZE from regcache.cAlan Hayward2-15/+41
2017-06-07Remove MAX_REGISTER_SIZE from sh(64)-tdep.cAlan Hayward3-27/+33
2017-06-07Remove MAX_REGISTER_SIZE from aarch64-tdep.cAlan Hayward2-3/+10
2017-06-07Fix a number of pr21529 testcase failuresAlan Modra2-4/+6
2017-06-07Automatic date update in version.inGDB Administrator1-1/+1
2017-06-06bfd: support section groups with preceding SHF_GROUP sectionsJose E. Marchesi2-28/+13
2017-06-06Remove declaration of set_register_cache from regdef.hYao Qi2-5/+5
2017-06-06Remove a MAX_REGISTER_SIZE from frame.cAlan Hayward2-3/+25
2017-06-06Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)Pedro Alves3-64/+80
2017-06-06Remove uses of MAX_REGISTER_SIZE from alpha-tdep.cAlan Hayward2-9/+26
2017-06-06Handle printing information about PE format files which have 0 as the value o...Daniel Bonniot de Ruisselet2-0/+11
2017-06-06[Patch, ARM] Relax the restrictions on REG_SP under Thumb mode on ARMv8-AJiong Wang12-18/+328
2017-06-06Fix memory leaks in the sysinfo program.Simon Marchi2-1/+18
2017-06-06Fix AArch64 in the same way as other targets updated in 8170f7693bc0a9442c0aa...James Clarke2-1/+7
2017-06-06Add IA64_MAX_FP_REGISTER_SIZEAlan Hayward2-5/+17
2017-06-06ld: Fix spelling mistake in comment.Andrew Burgess2-1/+5
2017-06-06ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess18-24/+155
2017-06-06bfd: remove unused local variables in elf32-score, elf32-score7 and elfxx-mipsJose E. Marchesi4-14/+10
2017-06-06bfd: remove unused local variable in elflink.c:init_reloc_cookie_relsJose E. Marchesi2-4/+5
2017-06-06ELF/BFD: Hold the number of internal static relocs in `->reloc_count'Maciej W. Rozycki8-37/+57
2017-06-05Drop arm support for falkor/qdf24xx targets, not present in released hardware.Jim Wilson3-8/+5
2017-06-06Automatic date update in version.inGDB Administrator1-1/+1
2017-06-05Add a testcase for PR ld/21529H.J. Lu4-1/+29
2017-06-05PR21529, internal error in linker.cAlan Modra2-1/+6
2017-06-05Fix --enable-new-dtags config supportAlan Modra6-7/+15
2017-06-05Introduce --enable-new-dtags configure option.Slava Barinov5-5/+60
2017-06-05Automatic date update in version.inGDB Administrator1-1/+1
2017-06-04Document the GDB 8.0 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-06-04Automatic date update in version.inGDB Administrator1-1/+1
2017-06-03x86-linux-nat: Remove unused arch_lwp_info structureSimon Marchi2-10/+4
2017-06-03linux-nat: Remove unused parameterSimon Marchi2-2/+8
2017-06-03Automatic date update in version.inGDB Administrator1-1/+1
2017-06-02x86: Remove linker option: -z prefix-nopH.J. Lu5-29/+9
2017-06-02Use delete instead of xfree for gdb_timerSimon Marchi2-1/+6
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi13-287/+274