aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-01[AArch64] Fix +nofp16 handlingSzabolcs Nagy7-21/+105
2016-07-01Fake VFORK_DONE events when following only the parent after a vfork.John Baldwin2-9/+121
2016-07-01Move fbsd_resume and related functions below fork following helper code.John Baldwin2-64/+70
2016-07-01Honor detach-on-fork on FreeBSD.John Baldwin2-1/+6
2016-07-01Fix Thumb-2 BL detectionThomas Preud'homme6-9/+46
2016-07-01Set debug registers on all threads belonging to the current inferior.John Baldwin2-3/+15
2016-07-01Consolidate x86 debug register code for BSD native targets.John Baldwin15-255/+246
2016-07-01Fix potential buffer overflows with sprintf and very large integer values.Nick Clifton4-19/+46
2016-07-01Extend JIT-reader test and fix GDB problems that exposesPedro Alves9-42/+347
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves9-70/+689
2016-07-01Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves6-8/+189
2016-07-01Factor out "Detaching from program" message printingPedro Alves7-36/+41
2016-07-01Fix formatting of some previous gdb/testsuite/ChangeLog entriesPedro Alves1-10/+15
2016-07-01Fix formatting of some previous gdb/ChangeLog entriesPedro Alves1-4/+2
2016-07-01Expect the objcopy without global symbols test to fail for ARM and AArch64 ta...Nick Clifton2-0/+11
2016-07-01x86-64/MPX: relax no-RIP-relative-addressing testcaseJan Beulich2-4/+8
2016-07-01Add marker for 2.27 branch.Tristan Gingold7-3/+22
2016-07-01Fix mis-placement in binutils.texiTristan Gingold2-2/+6
2016-07-01x86-64/MPX: bndmk, bndldx, and bndstx don't allow RIP-relative addressingJan Beulich4-132/+227
2016-07-01x86/MPX: fix address size handlingJan Beulich5-4/+223
2016-07-01x86/Intel: don't accept bogus instructionsJan Beulich5-5/+72
2016-07-01x86: allow suffix-less movzw and 64-bit movzbJan Beulich8-80/+108
2016-07-01x86: remove stray instruction attributesJan Beulich3-88/+103
2016-07-01x86/Intel: fix operand checking for MOVSDJan Beulich10-6/+143
2016-07-01Automatic date update in version.inGDB Administrator1-1/+1
2016-06-30MIPS/GAS: Fix a comment typo in `get_append_method'Maciej W. Rozycki2-1/+5
2016-06-30ChangeLog entry for the --with-cpu patch for ARC configuration.Andrew Burgess1-0/+8
2016-06-30Fix typo in commentYao Qi2-1/+5
2016-06-30MIPS16/GAS: Fix delay slot filling across fragsMatthew Fortune10-7/+186
2016-06-30MIPS/GAS: Simplify non-MIPS16 branch swapping sequenceMaciej W. Rozycki2-3/+9
2016-06-30PR gas/20312: Do not pad sections to alignment on failed assemblyMaciej W. Rozycki5-16/+33
2016-06-30Fix gdbserver/MI testing regressionPedro Alves2-4/+7
2016-06-30Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually workPedro Alves2-1/+6
2016-06-30Allow ARC target to be configured with --with-cpu=<cpu-name>.Andrew Burgess6-4/+46
2016-06-30[ARM][GAS] ARMv8.2 should enable ARMv8.1 NEON instructions.Matthew Wahab4-1/+89
2016-06-30Add support for simulating big-endian AArch64 binaries.Jim Wilson3-9/+30
2016-06-29Fix gold testsuite failure with GCC 6.Cary Coutant2-1/+6
2016-06-29Update "make clean" in gold/testsuite.Cary Coutant3-2/+7
2016-06-30[GOLD] Pass -Wl,-z to gcc, not plain -zAlan Modra3-4/+10
2016-06-30Automatic date update in version.inGDB Administrator1-1/+1
2016-06-29Add copyright header in gdb.base/return.cYao Qi2-0/+21
2016-06-29Default to --enable-compressed-debug-sections=gas for Linux/x86H.J. Lu3-0/+18
2016-06-29Fix PR python/20129 - use of non-existing variableTom Tromey4-2/+21
2016-06-29PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey3-5/+20
2016-06-29gold: Support 386 TLS code sequences without PLTH.J. Lu8-126/+663
2016-06-29gold: Support x86-64 TLS code sequences without PLTH.J. Lu10-121/+639
2016-06-29Initialize strtok_r's saveptr to NULLManish Goregaokar2-1/+6
2016-06-29Set unknown_syscall differently on arm linuxYao Qi2-0/+13
2016-06-29sparc: make SPARC_OPCODE_ARCH_MAX part of its enumTrevor Saunders2-2/+6
2016-06-29Use strtok_r instead of strsep in rust_get_disr_infoManish Goregaokar2-3/+10