aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-02Remove usage of find_inferior in lynx_mournSimon Marchi2-15/+6
2017-12-02Remove usage of find_inferior in regcache_invalidate_pidSimon Marchi2-13/+7
2017-12-02Fix typo in poison.hSimon Marchi2-1/+5
2017-12-03Automatic date update in version.inGDB Administrator1-1/+1
2017-12-02Handle case where posix_fallocate is not supported for a filesystem.Cary Coutant2-3/+23
2017-12-01Disallow --incremental with -pie and force -no-pie for incremental tests.Cary Coutant6-53/+84
2017-12-01Workaround GCC 7 bug with debug line numbers causing debug_msg.sh failure.Cary Coutant3-3/+17
2017-12-01Fix incremental linking failure with GCC 7+.Cary Coutant5-4/+21
2017-12-01Add support for the readnever conceptSergio Durigan Junior15-35/+300
2017-12-02Automatic date update in version.inGDB Administrator1-1/+1
2017-12-01Update and clean up RISC-V gas documentation.Jim Wilson3-19/+134
2017-12-01Make '{add-,}symbol-file' not care about the position of command line argumentsSergio Durigan Junior4-47/+151
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior15-303/+39
2017-12-01Fix localized help string output for -fuse-ld.Cary Coutant2-1/+6
2017-12-01(Ada) GDB crash printing expression with type castingJoel Brobecker3-21/+88
2017-12-01Fix internal error from command line with unbalanced --start-lib/--end-lib.Benjamin Peterson6-11/+81
2017-12-01Fix problem where undef can fail to trigger archive rescan.Stephen Crane2-7/+14
2017-12-01Add support for the readnever conceptSergio Durigan Junior15-39/+303
2017-12-01Use consistent types for holding instructions, instruction masks, etc.Peter Bergner7-556/+625
2017-12-01Fix dependency tracking for objects in subdirectoriesTom Tromey2-1/+10
2017-12-01Update GDB's list of maintainers to reflect today's realityJoel Brobecker2-32/+27
2017-12-01x86: Print dynreloc in readonly section for map file outputH.J. Lu2-0/+10
2017-12-01Replace mail address with the URL in copyright headerYao Qi12-22/+26
2017-12-01Check return value of bfd_new_link_orderTobias Ulmer2-0/+9
2017-12-01Add --strip-unneeded to objcopy synopsisOleksandr Pikozh2-0/+5
2017-12-01weak alias testAlan Modra7-110/+85
2017-12-01readonly_dynrelocsAlan Modra25-321/+618
2017-12-01Automatic date update in version.inGDB Administrator1-1/+1
2017-11-30New gdb.ada/repeat_dyn testcase.Joel Brobecker5-0/+108
2017-11-30Fix internal error in fix_errata on aarch64.Peter Smith2-0/+32
2017-11-30Fix problem where erratum stubs are not always applied.Cary Coutant2-3/+11
2017-11-30Fix segfault in relocate_erratum_stub on aarch64.Peter Smith2-1/+7
2017-12-01PR22533, dynamic relocs generated for weak aliasesAlan Modra4-63/+53
2017-11-30[spu] Some additional test fixesUlrich Weigand3-4/+9
2017-11-30Use boards/local-board.exp moreSimon Marchi5-16/+14
2017-11-30Fix gdb.linespec/cpls-ops.exp on 32-bitPedro Alves2-2/+17
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth16-3656/+449
2017-11-30x86: derive DispN from BaseIndexJan Beulich4-4142/+4196
2017-11-30x86: drop Vec_Disp8Jan Beulich8-16281/+16253
2017-11-30x86/Intel: issue diagnostics for redundant segment override prefixesJan Beulich6-7/+64
2017-11-30Revert "x86: Update segment register check in Intel syntax"Jan Beulich7-57/+18
2017-11-30Prevent an illegal memory access in readelf when attempting to parse a corrup...Nick Clifton2-0/+10
2017-11-30Fix sol-thread.c compilation on SolarisRainer Orth2-2/+7
2017-11-30Fix testcase for PR ld/22471Alan Modra2-0/+9
2017-11-29Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available.John Baldwin2-0/+6
2017-11-30Automatic date update in version.inGDB Administrator1-1/+1
2017-11-29preserve type length in ada-lang.c::to_fixed_range_typeJoel Brobecker2-0/+10
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves13-18/+721
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves29-125/+1233
2017-11-29Handle custom completion match prefix / LCDPedro Alves9-39/+170