aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-18Fix the computation of the addends for an ARM_TLS_LE32 reloc.Nick Clifton7-3/+62
2015-06-18sim: syscall: simplify unknown syscall traceMike Frysinger2-5/+7
2015-06-18sim: callback: fix sentinel testing when walking mapsMike Frysinger2-2/+7
2015-06-18Automatic date update in version.inGDB Administrator1-1/+1
2015-06-17Fix problems with finishing a dummy function call on simulators.Luis Machado2-30/+26
2015-06-17Remove unused function make_breakpoint_permanent.Luis Machado3-22/+6
2015-06-17Make NEWS entry and manual regarding GDBHISTSIZE more consistentPatrick Palka2-3/+8
2015-06-17Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]Patrick Palka7-19/+120
2015-06-17Read $GDBHISTSIZE instead of $HISTSIZEPatrick Palka8-14/+36
2015-06-17sim: syscall: add common sim_syscall helpersMike Frysinger15-171/+197
2015-06-17sim: syscall: unify memory helpersMike Frysinger20-214/+167
2015-06-17sim: callback: add human readable strings for debugging to mapsMike Frysinger9-675/+784
2015-06-17Fix tcl errorYao Qi2-3/+6
2015-06-17[AArch64] Select correct linker emulation for ILP32 according to endianesJiong Wang3-10/+24
2015-06-17Fix compile warnings building previous delta in a 32-bit environment.Nick Clifton2-8/+43
2015-06-17Don't truncate the history file when history size is unlimitedPatrick Palka4-1/+70
2015-06-17Add support for converting LDR Rx,=<imm> to MOV or MVN in Thumb2 mode.Alessandro Marzocchi7-4/+126
2015-06-17Add support for converting VLDR <reg>,=<constant> to a VMOV instruction when ...Alessandro Marzocchi10-61/+452
2015-06-17S390: Add syscall info for syscalls from 344 up to 354Andreas Arnez3-0/+27
2015-06-17Add vector ABI tests to gnu_vector.expAndreas Arnez3-21/+152
2015-06-17Automatic date update in version.inGDB Administrator1-1/+1
2015-06-17gas: section name substitution sequenceNicolas Pitre5-1/+81
2015-06-16GDB Namespaces - Define MSG_CMSG_CLOEXEC if not defined.Michael Eager2-0/+10
2015-06-16Call target_terminal_ours_for_output() before refreshing TUI's frame infoPatrick Palka2-0/+13
2015-06-16[AArch64] Support id_mmfr4 system registerMatthew Wahab5-11/+23
2015-06-16Fix build when size_t is not available in bfd-in2.hJon Turney3-2/+7
2015-06-16Fixes a compile time warnng about left shifting a negative value.Szabolcs Nagy2-1/+5
2015-06-16Fix compilation of gdb/arm-linux-nat.c on Raspbian GNU/Linux 7Martin Simmons2-0/+6
2015-06-16ppc476 linker workaround shared lib fixes againAlan Modra6-32/+72
2015-06-16Automatic date update in version.inGDB Administrator1-1/+1
2015-06-15MI: consider addressable unit size when reading/writing memorySimon Marchi2-22/+40
2015-06-15Clarify doc about memory read/write and non-8-bits addressable memory unit sizesSimon Marchi3-29/+58
2015-06-15Cleanup write_memory docSimon Marchi3-6/+9
2015-06-15Code cleanup: Rename enum -> enum filterflagsJan Kratochvil2-6/+12
2015-06-15Merge multiple hex conversionsJan Kratochvil4-18/+18
2015-06-15Move utility functions to common/Jan Kratochvil10-175/+206
2015-06-15Copy aarch64-linux.xml to build tree.Yao Qi2-1/+5
2015-06-15Fix ChangeLog entry.Ulrich Weigand1-1/+1
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney19-66/+231
2015-06-15windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__Jon Turney2-2/+8
2015-06-15[AArch64] Gas add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 supportRenlin Li10-15/+74
2015-06-15Fix a segmentation fault triggered when trying to handle an unresolved PE sym...Nick Clifton3-2/+27
2015-06-15gas: Don't use frag_align but use plain padding to align .debug_aranges.Mark Wielaard5-2/+55
2015-06-15DJGPP port of binutils broken due to 64 bit cygwin fixAlan Modra2-11/+17
2015-06-15Automatic date update in version.inGDB Administrator1-1/+1
2015-06-14Automatic date update in version.inGDB Administrator1-1/+1
2015-06-13gdb: Rework command completion on 'tui reg'.Andrew Burgess7-101/+232
2015-06-13Automatic date update in version.inGDB Administrator1-1/+1
2015-06-12[gold][aarch64] Fix erratum 835769.Han Shen3-44/+285
2015-06-12target: consider addressable unit size when reading/writing memorySimon Marchi3-14/+65