aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-24Add reference to implicit use in _bfd_elf_is_local_label_name.Jim Wilson2-2/+13
2017-11-24Update PR ld/21562 tests for underscore targetsH.J. Lu3-0/+10
2017-11-24Workaround build bug with GCC 6.2.1Philipp Rudo3-6/+16
2017-11-24Fix aarch64-none-elf build errorAlan Hayward2-1/+5
2017-11-24Poison XNEW and friends for types that should use new/deleteSimon Marchi4-8/+174
2017-11-24Create private_thread_info hierarchySimon Marchi11-169/+256
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi6-121/+189
2017-11-24Create private_inferior class hierarchySimon Marchi7-192/+280
2017-11-24Document linespec/explicit locations & completion improvements (manual + NEWS)Pedro Alves4-22/+80
2017-11-24Remove dead code in regcache::dumpYao Qi2-4/+4
2017-11-24elf: Properly compute offsets of note descriptor and next noteH.J. Lu6-12/+65
2017-11-24cooked_read test for readonly regcacheYao Qi2-0/+81
2017-11-24regcache::cooked_read unit testYao Qi5-49/+278
2017-11-24Add xml selftests for aarch64 target description.Alan Hayward7-0/+75
2017-11-24Use flexible target descriptors for aarch64Alan Hayward12-212/+244
2017-11-24gdbserver: add aarch64_create_target_descriptionAlan Hayward6-20/+85
2017-11-24Add aarch64_create_target_descriptionAlan Hayward9-5/+69
2017-11-24Change value_contents_eq return boolYao Qi4-19/+26
2017-11-24Change register_changed_p returns boolYao Qi2-20/+18
2017-11-24Change tic6x target descriptionsYao Qi11-44/+286
2017-11-24x86: reject further invalid AVX-512 masking constructsJan Beulich6-3/+62
2017-11-24x86: don't omit disambiguating suffixes from "fi*"Jan Beulich12-25/+42
2017-11-23Fix memory leak in list_available_thread_groupsSimon Marchi2-16/+11
2017-11-24Automatic date update in version.inGDB Administrator1-1/+1
2017-11-23Fix vax/ns32k/mmix gas testsuite regression.Jim Wilson2-1/+4
2017-11-23Fix build error with --enable-targets=all.Jim Wilson3-0/+13
2017-11-23Fix clang warnings about copy elisionSimon Marchi2-2/+6
2017-11-23Revert unexpected rename in previous patchSimon Marchi2-3/+10
2017-11-23Change int -> bool where applicable throughout varobjSimon Marchi6-195/+257
2017-11-23Avoid bogus compile time warning from clang by initialising local data struct...Pavel I. Kryukov2-1/+9
2017-11-23[testsuite] Pass -g3 to clang in gdb.base/macscp.expYao Qi2-1/+5
2017-11-23Add Disp8MemShift for AVX512 VAES instructions.Igor Tsimbalist21-120/+244
2017-11-23Don't move weak alias dyn_relocs to weakdefAlan Modra3-109/+113
2017-11-23Delete powerpc64 symbol weakref fieldAlan Modra2-39/+15
2017-11-23Rename u.weakdef and make it a circular listAlan Modra42-294/+377
2017-11-23Add libmsvcrt, libmsvcrt-os and libucrtbase to the list of libraries for whic...Martin Storsjo2-0/+8
2017-11-23x86: fix AVX-512 16-bit addressingJan Beulich7-5/+35
2017-11-23x86-64: always use unsigned 32-bit reloc for 32-bit addressing w/o base regJan Beulich8-2/+59
2017-11-23x86: drop redundant VSIB handling codeJan Beulich2-7/+6
2017-11-23x86: correct UDnJan Beulich13-25/+68
2017-11-23x86/Intel: don't report multiple errors for a single insn operandJan Beulich4-8/+11
2017-11-22Convert DTrace probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2-276/+340
2017-11-22Convert SystemTap probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2-273/+328
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior12-490/+524
2017-11-23Automatic date update in version.inGDB Administrator1-1/+1
2017-11-22(Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warningJoel Brobecker2-1/+6
2017-11-22C++ify osdataSimon Marchi4-263/+138
2017-11-22Show optimized out local variables in "info locals"Simon Marchi6-0/+111
2017-11-22Remove DEF_VEC_P (varobj_p)Simon Marchi2-3/+4
2017-11-22Replace VEC (varobj_update_result) with std::vectorSimon Marchi4-129/+107