aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-24Prepare for gnulib updatePedro Alves24-28/+94
2015-08-24Fix gdbserver SPU buildPedro Alves2-1/+6
2015-08-24Make z intLuis Machado2-1/+5
2015-08-24Make z volatile.Luis Machado2-1/+6
2015-08-24Prevent GCC from folding inline test functionsLuis Machado5-3/+15
2015-08-24gdb/testsuite/: garbage collect a few references to dead targetsPedro Alves7-49/+32
2015-08-24gdb manual: Remove references to deleted targetsPedro Alves2-398/+16
2015-08-24Delete the remaining ROM monitor targetsPedro Alves13-4452/+46
2015-08-24Fix the partial disassembly of a broken three byte instruction at the end of ...Jan Stancek5-2/+29
2015-08-24gnu_vector.exp: Avoid some more known FAILsAndreas Arnez2-13/+60
2015-08-24Missing parts of fixes for in-tree libiconvYaakov Selkowitz4-36/+112
2015-08-24Automatic date update in version.inGDB Administrator1-1/+1
2015-08-23Reorder enum output_type for better code generationAlan Modra2-1/+5
2015-08-23Automatic date update in version.inGDB Administrator1-1/+1
2015-08-22Uninitialized vd_nodenameAlan Modra2-1/+7
2015-08-22Automatic date update in version.inGDB Administrator1-1/+1
2015-08-21Fix ax.c:gdb_eval_agent_exprPedro Alves2-1/+6
2015-08-21C++: Initialize a couple const globalsPedro Alves4-2/+10
2015-08-21gdb/dwarf2read.c: rename a field for c++Tom Tromey2-60/+70
2015-08-21tui: don't overwrite a secondary prompt that was given no inputPatrick Palka4-1/+34
2015-08-21Use tui_putc to output newline entered by the userPatrick Palka2-1/+6
2015-08-21Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves4-19/+35
2015-08-21gdbserver: don't pick a random thread if the current thread diesPedro Alves8-53/+83
2015-08-21Make remote file transfers interruptibleGary Benson2-0/+6
2015-08-21Warn when accessing binaries from remote targetsGary Benson9-24/+97
2015-08-21Fix stale cleanup left by linux_mntns_access_fsGary Benson2-1/+6
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton59-911/+900
2015-08-21xtensa: implement NPTL helpersMax Filippov9-22/+120
2015-08-21PR binutils/18257: Properly decode x86/Intel mask instructions.Alexander Fomin7-61/+1452
2015-08-21Add readahead cache to gdb's vFile:preadPedro Alves2-4/+149
2015-08-21procfs.c: Include "filestuff.h"Marcin Cieslak2-0/+6
2015-08-20Remove fields curch and cur_line from TUI_CMD_WINPatrick Palka5-37/+30
2015-08-21Automatic date update in version.inGDB Administrator1-1/+1
2015-08-20Fix gdb.server/solib-list.exp native-extended-gdbserver regressionPedro Alves2-9/+5
2015-08-20remote non-stop: Process initially stopped threads before other commandsPedro Alves7-25/+219
2015-08-20Fix language of compilation unit with unknown file extensionPedro Alves5-1/+126
2015-08-20[Ada] Fix parsing for expressions with attributes and charactersPierre-Marie de Rodat5-1/+77
2015-08-20gold --emit-relocsAlan Modra3-4/+15
2015-08-20Automatic date update in version.inGDB Administrator1-1/+1
2015-08-19dwarf2read.c: Check type of string valued attributes prior to decoding.Kevin Buettner5-65/+196
2015-08-19[AArch64][6/6] LD support TLSLD load/store relocation typesJiong Wang29-0/+323
2015-08-19[AArch64][5/6] GAS support TLSLD load/store relocation typesJiong Wang24-11/+448
2015-08-19[AArch64][4/6] LD support TLSLD move/add relocation typesJiong Wang33-0/+322
2015-08-19[AArch64][3/6] GAS support TLSLD move/add relocation typesJiong Wang29-0/+401
2015-08-19[AArch64][2/6] LD support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NCJiong Wang9-0/+59
2015-08-19[AArch64][1/6] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NCJiong Wang13-0/+85
2015-08-19Prelimit number of bytes to read in "vFile:pread:"Gary Benson2-0/+17
2015-08-19Remove link_info.picAlan Modra9-29/+30
2015-08-19Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra16-46/+63
2015-08-18Fix symbol versioning problems in PR 18703.Cary Coutant11-21/+171