summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Properly handle note sections and segmentsusers/hjl/pr22490H.J. Lu2017-11-271-16/+25
* [PR ld/22263] aarch64: Avoid dynamic TLS relocs in PIESzabolcs Nagy2017-11-272-4/+12
* [PR ld/22269] aarch64: Handle local undefined weak symbolsSzabolcs Nagy2017-11-272-2/+15
* Update the simplified Chinese translation of the messages in the opcodes libr...Nick Clifton2017-11-272-437/+945
* Fix a seg-fault when displaying notes from a prorgam segment. Check for a NU...Nick Clifton2017-11-272-11/+29
* When creating a .note section to contain a version note, set the section alig...Nick Clifton2017-11-272-0/+7
* Update find command help and search memory docsDominik Czarnota2017-11-264-2/+22
* python: Fix memleak in do_start_initializationSimon Marchi2017-11-262-6/+12
* Automatic date update in version.inGDB Administrator2017-11-271-1/+1
* Add include guards to common/format.hTom Tromey2017-11-262-0/+9
* Rename argument name from link to xlinkH.J. Lu2017-11-262-3/+8
* Change maybe_disable_address_space_randomization to a classTom Tromey2017-11-266-67/+72
* Removes a cleanup from gcore.cTom Tromey2017-11-262-9/+10
* gas: Update x86 sse-noavx testsH.J. Lu2017-11-266-0/+16
* Fix broken ChangeLog entry for last commit.Ulrich Weigand2017-11-261-0/+17
* [spu] Fix various test casesUlrich Weigand2017-11-2622-72/+68
* [spu] Fix single-stepping regressionUlrich Weigand2017-11-262-3/+12
* Automatic date update in version.inGDB Administrator2017-11-261-1/+1
* Adding ChangeLog entry for the last commit.Sergio Durigan Junior2017-11-251-0/+9
* Fix PR gdb/22491: Regression when setting SystemTap probe semaphoresSergio Durigan Junior2017-11-251-4/+12
* Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves2017-11-254-1/+9
* Fix completing an empty stringPedro Alves2017-11-255-6/+63
* Add comprehensive C++ operator linespec/location/completion testsPedro Alves2017-11-254-7/+843
* Automatic date update in version.inGDB Administrator2017-11-251-1/+1
* Comprehensive C++ linespec/completer testsPedro Alves2017-11-247-7/+1682
* Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves2017-11-245-22/+429
* Re-apply "elf: Properly compute offsets of note descriptor and next note"H.J. Lu2017-11-246-12/+72
* (Ada) provide the exception message when hitting an exception catchpointJoel Brobecker2017-11-249-12/+118
* Fix issues with gdb-memory-map.dtdSimon Marchi2017-11-242-6/+9
* [spu] Fix spu-linux gdbserver buildUlrich Weigand2017-11-242-1/+5
* [spu] Fix spu-linux native buildUlrich Weigand2017-11-242-1/+6
* Revert "elf: Properly compute offsets of note descriptor and next note"Simon Marchi2017-11-246-65/+12
* Add reference to implicit use in _bfd_elf_is_local_label_name.Jim Wilson2017-11-242-2/+13
* 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