aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-19Automatic date update in version.inGDB Administrator1-1/+1
2015-08-18gdbserver/linux-aarch32-low: build failure when NT_ARM_VFP not definedJoel Brobecker2-0/+10
2015-08-18PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans9-47/+234
2015-08-18Add another test for PR ld/18841H.J. Lu3-5/+44
2015-08-18Fix mis-parsing of hex register numbers in 'T' stop replies.Sandra Loosemore2-12/+30
2015-08-18Return reloc_class_ifunc for reloc against IFUNCH.J. Lu10-13/+119
2015-08-18gdb/doc: Fix build of 'info' manual.Andrew Burgess2-0/+5
2015-08-18[AArch64] Cleanup TLS relocation types which don't go through GOT tableJiong Wang2-37/+7
2015-08-18gdb: Add debug tracing for bfd cache activity.Andrew Burgess5-1/+78
2015-08-18gdb: New maintenance command to disable bfd sharing.Andrew Burgess5-9/+79
2015-08-18gdb: Improve cache matching criteria for the bfd cache.Andrew Burgess2-1/+53
2015-08-18Add output_type to bfd_link_infoH.J. Lu161-1932/+2279
2015-08-18x86/Linux: disable all-stop on top of non-stopPedro Alves3-0/+21
2015-08-18Use $SED in bfd MakefileAlan Modra3-28/+34
2015-08-18PPC64: Allow .TOC. in linker script to override backend calculated valueAlan Modra4-4/+49
2015-08-18Automatic date update in version.inGDB Administrator1-1/+1
2015-08-17ui-out.c (default_ui_out_impl): Add comment.Doug Evans2-1/+5
2015-08-17[D] Implement looking up members of D enums.Iain Buclaw3-3/+24
2015-08-17Move strace -m/explicit location test to strace.expKeith Seitz3-4/+10
2015-08-17Regen binutils/configureAlan Modra2-67/+30
2015-08-17Trailing space in opcodes/ generated filesAlan Modra5-845/+835
2015-08-17Automatic date update in version.inGDB Administrator1-1/+1
2015-08-17Rationalize ARM .alignAlan Modra4-48/+14
2015-08-15psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans7-78/+59
2015-08-16Automatic date update in version.inGDB Administrator1-1/+1
2015-08-15Add end_psymtab_common, have all debug info readers call it.Doug Evans9-72/+82
2015-08-15Use macros for some enum bit field sizes.Doug Evans4-14/+44
2015-08-15objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans4-222/+236
2015-08-15Fix invoking "[kill|detach] inferiors" on inferiors that are not runningPatrick Palka5-0/+108
2015-08-14perftest/utils.py (select_file): Kill any existing inferior before selecting ...Doug Evans2-0/+6
2015-08-14New /s modifier for the disassemble command.Doug Evans15-59/+1045