aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-27Fix a typo in the check for SNANs in the RX simulator.Nick Clifton2-1/+7
2016-04-27Add support for the --trace-decode option to the AArch64 simulator.Nick Clifton2-7/+317
2016-04-27Fix powerpc64 ld testsuite failAlan Modra2-2/+7
2016-04-27Provide xmemdup0Alan Modra2-15/+13
2016-04-27Cache result of scan for __start_* and __stop_* sectionsAlan Modra5-26/+83
2016-04-26add casts to avoid arithmetic on void *Trevor Saunders3-5/+11
2016-04-27Automatic date update in version.inGDB Administrator1-1/+1
2016-04-26fort_dyn_array: Use value constructor instead of raw-buffer manipulation.Keven Boell4-79/+58
2016-04-26fort_dyn_array: Support evaluation of dynamic elements inside arrays.Bernhard Heckel5-2/+89
2016-04-26fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel8-6/+292
2016-04-26Always count the NULL entry in dynamic symbol tableH.J. Lu3-19/+24
2016-04-26Automatic date update in version.inGDB Administrator1-1/+1
2016-04-25Allow powerpc64le-linux-gnu toolchain to support big endian targets as well.Nick Clifton2-2/+11
2016-04-25AVR: Allow the start address of the .text section to be set by --section-start.Senthil Kumar Selvaraj2-1/+5
2016-04-25New test case gdb.base/branch-to-self.expYao Qi3-0/+114
2016-04-25Resume the inferior with signal rather than stepping overYao Qi2-3/+21
2016-04-25[GDBserver] Don't error in reinsert_raw_breakpoint if bp->insertedYao Qi2-1/+6
2016-04-25Insert breakpoint even when the raw breakpoint is foundYao Qi2-20/+35
2016-04-25Force to insert software single step breakpointYao Qi6-8/+62
2016-04-25Automatic date update in version.inGDB Administrator1-1/+1
2016-04-24Automatic date update in version.inGDB Administrator1-1/+1
2016-04-23Skip if size of bfd_vma is smaller than address sizeH.J. Lu2-0/+14
2016-04-23Automatic date update in version.inGDB Administrator1-1/+1
2016-04-22Fix checks for VSX and Altivec availability on PowerEdjunior Barbosa Machado2-2/+9
2016-04-22Fix fails in gdb.trace/unavailable.expYao Qi2-2/+7
2016-04-22Choose TARGET_OBJECT_STACK_MEMORY and TARGET_OBJECT_MEMORY in read_value_memoryYao Qi2-1/+10
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves28-484/+203
2016-04-22Switch gdb's TRY/CATCH to C++ try/catchPedro Alves2-5/+12
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves4-38/+191
2016-04-22Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapperPedro Alves2-7/+14
2016-04-22[ARM] Clear reserved bits in CPSRYao Qi4-2/+19
2016-04-22Fix fail in gdb.base/annota1.exp and gdb.base/annota3.expYao Qi3-11/+17
2016-04-22Joel Brobecker stepping down as AIX MaintainerJoel Brobecker2-1/+4
2016-04-22[obv] [PR gdb/19980] Typo in gdbserver/configure.srvWalfred Tedeschi1-1/+1
2016-04-22Tweak gdb.reverse/step-precsave.exp and gdb.reverse/step-reverse.expYao Qi3-16/+33
2016-04-22Deliver signal in hardware single stepYao Qi4-5/+28
2016-04-22New test case gdb.trace/signal.expYao Qi3-0/+252
2016-04-21Exclude linker created file from dynobjH.J. Lu2-1/+7
2016-04-21Set dynobj to a normal input file if possibleH.J. Lu2-1/+22
2016-04-22MIPS/GAS: Fix an ISA override not lifting ABI restrictionsMaciej W. Rozycki46-8/+775
2016-04-22MIPS: Go back with the default Linux # of registers to 90Maciej W. Rozycki2-1/+11
2016-04-22Automatic date update in version.inGDB Administrator1-1/+1
2016-04-21Switch gdb's TRY/CATCH to sjlj againPedro Alves2-6/+10
2016-04-21Always run LTO tests on Linux with GCC 4.9 or newerH.J. Lu1-0/+21
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton38-13/+164
2016-04-21Fix AIX gdb build with C++ compilerPedro Alves3-8/+16
2016-04-21Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves4-9/+21
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves10-16/+34
2016-04-21New NOCROSSREFS_TO testsAlan Modra6-10/+19
2016-04-20Remove x86 gc_sweep_hookH.J. Lu3-327/+7