aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Move cli object files to cli subdirectoryTom Tromey2-15/+9
2017-11-27A simpler way to make the "arch" build directoryTom Tromey4-28/+17
2017-11-27gas: xtensa: speed up find_trampoline_segMax Filippov2-1/+13
2017-11-27gas: xtensa: implement trampoline coalescingMax Filippov7-28/+341
2017-11-27gas: xtensa: reuse trampoline placement codeMax Filippov3-91/+23
2017-11-27gas: xtensa: rewrite xg_relax_trampolineMax Filippov5-301/+284
2017-11-27gas: xtensa: merge trampoline_frag into xtensa_frag_typeMax Filippov3-67/+83
2017-11-27gas: xtensa: reuse find_trampoline_segMax Filippov2-22/+23
2017-11-27gas: xtensa: extract jump assembling for trampolinesMax Filippov2-102/+64
2017-11-27gas: extract xg_relax_trampoline from xtensa_relax_fragMax Filippov2-159/+174
2017-11-27fix two issues in gdb.ada/mi_catch_ex.exp (re: "exception-message")Joel Brobecker2-2/+9
2017-11-27[PR ld/22263] aarch64: Avoid dynamic TLS relocs in PIESzabolcs Nagy2-4/+12
2017-11-27[PR ld/22269] aarch64: Handle local undefined weak symbolsSzabolcs Nagy2-2/+15
2017-11-27Update the simplified Chinese translation of the messages in the opcodes libr...Nick Clifton2-437/+945
2017-11-27Fix a seg-fault when displaying notes from a prorgam segment. Check for a NU...Nick Clifton2-11/+29
2017-11-27When creating a .note section to contain a version note, set the section alig...Nick Clifton2-0/+7
2017-11-26Update find command help and search memory docsDominik Czarnota4-2/+22
2017-11-26python: Fix memleak in do_start_initializationSimon Marchi2-6/+12
2017-11-27Automatic date update in version.inGDB Administrator1-1/+1
2017-11-26Add include guards to common/format.hTom Tromey2-0/+9
2017-11-26Rename argument name from link to xlinkH.J. Lu2-3/+8
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey6-67/+72
2017-11-26Removes a cleanup from gcore.cTom Tromey2-9/+10
2017-11-26gas: Update x86 sse-noavx testsH.J. Lu6-0/+16
2017-11-26Fix broken ChangeLog entry for last commit.Ulrich Weigand1-0/+17
2017-11-26[spu] Fix various test casesUlrich Weigand22-72/+68
2017-11-26[spu] Fix single-stepping regressionUlrich Weigand2-3/+12
2017-11-26Automatic date update in version.inGDB Administrator1-1/+1
2017-11-25Adding ChangeLog entry for the last commit.Sergio Durigan Junior1-0/+9
2017-11-25Fix PR gdb/22491: Regression when setting SystemTap probe semaphoresSergio Durigan Junior1-4/+12
2017-11-25Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves4-1/+9
2017-11-25Fix completing an empty stringPedro Alves5-6/+63
2017-11-25Add comprehensive C++ operator linespec/location/completion testsPedro Alves4-7/+843
2017-11-25Automatic date update in version.inGDB Administrator1-1/+1
2017-11-24Comprehensive C++ linespec/completer testsPedro Alves7-7/+1682
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves5-22/+429
2017-11-24Re-apply "elf: Properly compute offsets of note descriptor and next note"H.J. Lu6-12/+72
2017-11-24(Ada) provide the exception message when hitting an exception catchpointJoel Brobecker9-12/+118
2017-11-24Fix issues with gdb-memory-map.dtdSimon Marchi2-6/+9
2017-11-24[spu] Fix spu-linux gdbserver buildUlrich Weigand2-1/+5
2017-11-24[spu] Fix spu-linux native buildUlrich Weigand2-1/+6
2017-11-24Revert "elf: Properly compute offsets of note descriptor and next note"Simon Marchi6-65/+12
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