summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update PR ld/21562 tests for underscore targetsH.J. Lu2017-11-243-0/+10
* Workaround build bug with GCC 6.2.1Philipp Rudo2017-11-243-6/+16
* Fix aarch64-none-elf build errorAlan Hayward2017-11-242-1/+5
* Poison XNEW and friends for types that should use new/deleteSimon Marchi2017-11-244-8/+174
* Create private_thread_info hierarchySimon Marchi2017-11-2411-169/+256
* remote: C++ify thread_item and threads_listing_contextSimon Marchi2017-11-246-121/+189
* Create private_inferior class hierarchySimon Marchi2017-11-247-192/+280
* Document linespec/explicit locations & completion improvements (manual + NEWS)Pedro Alves2017-11-244-22/+80
* Remove dead code in regcache::dumpYao Qi2017-11-242-4/+4
* elf: Properly compute offsets of note descriptor and next noteH.J. Lu2017-11-246-12/+65
* cooked_read test for readonly regcacheYao Qi2017-11-242-0/+81
* regcache::cooked_read unit testYao Qi2017-11-245-49/+278
* Add xml selftests for aarch64 target description.Alan Hayward2017-11-247-0/+75
* Use flexible target descriptors for aarch64Alan Hayward2017-11-2412-212/+244
* gdbserver: add aarch64_create_target_descriptionAlan Hayward2017-11-246-20/+85
* Add aarch64_create_target_descriptionAlan Hayward2017-11-249-5/+69
* Change value_contents_eq return boolYao Qi2017-11-244-19/+26
* Change register_changed_p returns boolYao Qi2017-11-242-20/+18
* Change tic6x target descriptionsYao Qi2017-11-2411-44/+286
* x86: reject further invalid AVX-512 masking constructsJan Beulich2017-11-246-3/+62
* x86: don't omit disambiguating suffixes from "fi*"Jan Beulich2017-11-2412-25/+42
* Fix memory leak in list_available_thread_groupsSimon Marchi2017-11-232-16/+11
* Automatic date update in version.inGDB Administrator2017-11-241-1/+1
* Fix vax/ns32k/mmix gas testsuite regression.Jim Wilson2017-11-232-1/+4
* Fix build error with --enable-targets=all.Jim Wilson2017-11-233-0/+13
* Fix clang warnings about copy elisionSimon Marchi2017-11-232-2/+6
* Revert unexpected rename in previous patchSimon Marchi2017-11-232-3/+10
* Change int -> bool where applicable throughout varobjSimon Marchi2017-11-236-195/+257
* Avoid bogus compile time warning from clang by initialising local data struct...Pavel I. Kryukov2017-11-232-1/+9
* [testsuite] Pass -g3 to clang in gdb.base/macscp.expYao Qi2017-11-232-1/+5
* Add Disp8MemShift for AVX512 VAES instructions.Igor Tsimbalist2017-11-2321-120/+244
* Don't move weak alias dyn_relocs to weakdefAlan Modra2017-11-233-109/+113
* Delete powerpc64 symbol weakref fieldAlan Modra2017-11-232-39/+15
* Rename u.weakdef and make it a circular listAlan Modra2017-11-2342-294/+377
* Add libmsvcrt, libmsvcrt-os and libucrtbase to the list of libraries for whic...Martin Storsjo2017-11-232-0/+8
* x86: fix AVX-512 16-bit addressingJan Beulich2017-11-237-5/+35
* x86-64: always use unsigned 32-bit reloc for 32-bit addressing w/o base regJan Beulich2017-11-238-2/+59
* x86: drop redundant VSIB handling codeJan Beulich2017-11-232-7/+6
* x86: correct UDnJan Beulich2017-11-2313-25/+68
* x86/Intel: don't report multiple errors for a single insn operandJan Beulich2017-11-234-8/+11
* Convert DTrace probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-222-276/+340
* Convert SystemTap probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-222-273/+328
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-2212-490/+524
* Automatic date update in version.inGDB Administrator2017-11-231-1/+1
* (Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warningJoel Brobecker2017-11-222-1/+6
* C++ify osdataSimon Marchi2017-11-224-263/+138
* Show optimized out local variables in "info locals"Simon Marchi2017-11-226-0/+111
* Remove DEF_VEC_P (varobj_p)Simon Marchi2017-11-222-3/+4
* Replace VEC (varobj_update_result) with std::vectorSimon Marchi2017-11-224-129/+107
* Make varobj::children an std::vectorSimon Marchi2017-11-225-62/+74