aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu31-120/+1292
2015-04-08Display --interleave[=<number>]H.J. Lu2-1/+6
2015-04-08Add ld_list_optionsH.J. Lu8-119/+195
2015-04-08Fix gdb.trace/{actions,infotrace,while-stepping}.exp with extended-remotePedro Alves4-3/+33
2015-04-07Add AArch32 support for arm gold linker.Han Shen4-2/+34
2015-04-08Automatic date update in version.inGDB Administrator1-1/+1
2015-04-07Initialize variable on gdb/linux-tdep.c:decode_vmflagsSergio Durigan Junior2-1/+5
2015-04-07gdb.base/interrupt.exp: Use send_inferior/$inferior_spawn_idPedro Alves2-19/+43
2015-04-07testsuite: Introduce $inferior_spawn_idPedro Alves3-4/+69
2015-04-07testsuite: Don't use expect_background to reap gdbserverPedro Alves3-27/+58
2015-04-07gdb_test_multiple: Fix user code argument processingPedro Alves2-1/+6
2015-04-07gdb.base/interrupt.exp: Use gdb_test_multiple instead of gdb_expectPedro Alves2-40/+54
2015-04-07gdb.base/interrupt.exp: Fix racePedro Alves2-6/+9
2015-04-07[AArch64] use subseg_text_p to check .textRenlin Li2-9/+15
2015-04-07Fix gdb.trace/actions.exp racePedro Alves2-2/+14
2015-04-07Add new linker option: --warn-orphan which generates warning messages when o...Nick Clifton10-0/+67
2015-04-07update thread list, delete exited threadsPedro Alves6-10/+57
2015-04-07Modify get_reloc_section for targets that map .got.plt to .gotAlan Modra13-10/+37
2015-04-07Cast shift expressionAlan Modra2-1/+6
2015-04-07PowerPC non-PIC to PIC editing for protected var accessAlan Modra5-41/+257
2015-04-07Displaced stepping debug: fetch the right regcachePedro Alves2-1/+6
2015-04-07Properly set alarm value in gdb.threads/non-stop-fair-events.expYao Qi3-3/+17
2015-04-07Treat assembler generated local labels as local.Nick Clifton2-0/+9
2015-04-06sim: move sim-engine.o/sim-hrw.o to the common listMike Frysinger46-35/+100
2015-04-07Automatic date update in version.inGDB Administrator1-1/+1
2015-04-06Fix the signature of a virtual method to match the one in the parent class.Rafael Ávila de Espíndola2-6/+8
2015-04-06Avoid a call to find by using the return value of insert.Rafael Ávila de Espíndola2-9/+7
2015-04-06Avoid a copy constructor call.Rafael Ávila de Espíndola2-2/+8
2015-04-06Remove is_zlib_supportedH.J. Lu11-36/+21
2015-04-06x86: Use individual prefix control for each opcode.Ilya Tocar3-1914/+1941
2015-04-06Use bfd_putb64/bfd_getb64H.J. Lu4-39/+16
2015-04-06Remove "/dev/null" from remote_execH.J. Lu2-1/+6
2015-04-06Add testcase for stub-method reading in stabs.Doug Evans3-1/+65
2015-04-06* lib/pascal.exp (gpc_compile): Rename dest arg to destfile.Doug Evans2-8/+19
2015-04-06symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as VAR_DOMAIN.Doug Evans2-9/+27
2015-04-06Fallback to stub-termcap.c on all hostsPedro Alves4-13/+31
2015-04-06[Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %regIlya Tocar8-6/+275
2015-04-06Automatic date update in version.inGDB Administrator1-1/+1
2015-04-05Add SHF_COMPRESSED support to readelfH.J. Lu2-6/+82
2015-04-05Xfail the compressed debug sectionsH.J. Lu4-1/+23
2015-04-05sim: moxie: fix running after nrun conversionMike Frysinger7-25/+102
2015-04-05sim: mn10300: add a basic testsuiteMike Frysinger4-0/+88
2015-04-05sim: m68hc11: add a basic testsuiteMike Frysinger4-0/+78
2015-04-05sim: iq2000: add a basic testsuiteMike Frysinger4-0/+78
2015-04-05sim: lm32: add a basic testsuiteMike Frysinger4-0/+84
2015-04-05Automatic date update in version.inGDB Administrator1-1/+1
2015-04-04Also preserve the SHF_COMPRESSED bitH.J. Lu2-0/+10
2015-04-04Replace uncompressed_size_buffer with compressed_size_bufferH.J. Lu1-9/+9
2015-04-04Extract get_uncompressed_sizeH.J. Lu2-9/+27
2015-04-04Add a dw2-3.S testH.J. Lu6-26/+544