aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Use struct buffer in gdb_readline_no_editing_callbackPedro Alves2-20/+25
2016-03-09Use struct buffer in gdb_readline_no_editingPedro Alves3-22/+34
2016-03-09gdb_readline -> gdb_readline_no_editingPedro Alves3-5/+10
2016-03-09Update prompt_for_continue commentsPedro Alves2-14/+12
2016-03-09Eliminate async_annotation_suffixPedro Alves4-43/+16
2016-03-09gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves4-20/+31
2016-03-09Garbage collect window_hookPedro Alves2-9/+5
2016-03-09Test issuing a command split in multiple lines with continuation charsPedro Alves2-0/+40
2016-03-09gdb: Add tracepoint support for powerpc.Marcin Kościelnicki8-3/+31
2016-03-09gdb.trace/entry-values.exp: Fixes for powerpc64.Marcin Kościelnicki2-4/+14
2016-03-09gdb.trace/tfind.exp: Force call via global entry point on ppc64le.Marcin Kościelnicki2-2/+16
2016-03-09gdb.trace/change-loc.exp: Don't depend on tracepoint ordering.Marcin Kościelnicki2-4/+21
2016-03-09gdb.trace: Use manually-defined start labels in unavailable-dwarf-piece.expMarcin Kościelnicki3-4/+13
2016-03-09gdb/rs6000: Read backchain as unsigned.Marcin Kościelnicki4-3/+30
2016-03-09gdb: Add gen_return_address for powerpc.Marcin Kościelnicki2-0/+23
2016-03-09gdb: Add ax_pseudo_register_collect for powerpc.Marcin Kościelnicki2-0/+51
2016-03-09Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu4-7/+15
2016-03-09S390: Recognize special jumps in prologue parserAndreas Arnez2-2/+19
2016-03-09S390: Add use of unavailable-stack frame IDAndreas Arnez2-5/+18
2016-03-09Avoid spaces in osabi namesPedro Alves2-9/+13
2016-03-09[FR-V] Handle FR300Pedro Alves2-0/+6
2016-03-09Fix v850 bfd arch info printable namesPedro Alves6-4/+16
2016-03-09For COFF and COFF/PE targets, skip relocations against absolute symbols.Leon Winter2-0/+12
2016-03-09fixup -Wshadow warnings on gcc-4.7Trevor Saunders2-17/+25
2016-03-09Allow zero length archive elementsAlan Modra2-1/+7
2016-03-08Don't create dynamic sections when relocatableH.J. Lu5-2/+33
2016-03-08Remove checks for constructors that might have been eliminated by GCC.Cary Coutant5-4/+9
2016-03-08Add unused attribute where necessary to quiet GCC 6 warnings.Cary Coutant3-2/+8
2016-03-08Fix Makefile so make clean removes overlooked files.Cary Coutant2-5/+20
2016-03-09[CRIS] Don't internal error if forced big endianPedro Alves2-9/+12
2016-03-09Fix floating conversion buffer overrun when host/target format matchesPedro Alves2-10/+26
2016-03-09Assert that a floating type's length is at least as long as its formatPedro Alves4-2/+37
2016-03-09Fix HP/PA GNU/Linux "long double" formatPedro Alves2-0/+6
2016-03-09Automatic date update in version.inGDB Administrator1-1/+1
2016-03-08Refactor Output_data_reloc_base::do_write for MIPS-specific relocs.Cary Coutant3-157/+191
2016-03-08Handle local IFUNC symbols in shared objectH.J. Lu12-25/+110
2016-03-08Support --as-needed in ifunc testsH.J. Lu2-6/+30
2016-03-08Group common symbol checking togetherH.J. Lu2-6/+12
2016-03-08[ARC] Allow non-instruction relocations within .text sectionsClaudiu Zissulescu8-86/+147
2016-03-08Automatic date update in version.inGDB Administrator1-1/+1
2016-03-07[ARM] Add support for Cortex-R8Thomas Preud'homme3-0/+9
2016-03-07Allow zero length archive elements.Nick Clifton5-1/+54
2016-03-07Support --as-needed in i386/x86-64 testsH.J. Lu3-14/+47
2016-03-07Fix "set architecture mips:10000" crashPedro Alves2-1/+7
2016-03-07[AArch64] Create .got section if _GLOBAL_OFFSET_TABLE_ referencedJiong Wang6-0/+37
2016-03-07Add const qualifiers at various places.Trevor Saunders30-171/+200
2016-03-07Automatic date update in version.inGDB Administrator1-1/+1
2016-03-06Set executable bit on analyze-racy-logs.pySergio Durigan Junior2-0/+4
2016-03-06Link tmpdir/copyreloc-main.o before tmpdir/copyreloc-lib.soH.J. Lu3-12/+34
2016-03-05Improve analysis of racy testcasesSergio Durigan Junior4-3/+298