Age | Commit message (Expand) | Author | Files | Lines |
2015-06-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-06-19 | Allow for optional operands with non-zero default values. | Peter Bergner | 11 | -32/+75 |
2015-06-19 | Remove special support in gdb for Sun's version of stabs. | Doug Evans | 13 | -264/+43 |
2015-06-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-06-18 | remote: consider addressable unit size when reading/writing memory | Simon Marchi | 6 | -112/+200 |
2015-06-18 | Test the interaction between GDBHISTSIZE and .gdbinit | Patrick Palka | 2 | -3/+25 |
2015-06-18 | Add support for using the ADR alias in Thumb mode against nearby symbols. | Nick Clifton | 6 | -0/+72 |
2015-06-18 | Fix the computation of the addends for an ARM_TLS_LE32 reloc. | Nick Clifton | 7 | -3/+62 |
2015-06-18 | sim: syscall: simplify unknown syscall trace | Mike Frysinger | 2 | -5/+7 |
2015-06-18 | sim: callback: fix sentinel testing when walking maps | Mike Frysinger | 2 | -2/+7 |
2015-06-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-06-17 | Fix problems with finishing a dummy function call on simulators. | Luis Machado | 2 | -30/+26 |
2015-06-17 | Remove unused function make_breakpoint_permanent. | Luis Machado | 3 | -22/+6 |
2015-06-17 | Make NEWS entry and manual regarding GDBHISTSIZE more consistent | Patrick Palka | 2 | -3/+8 |
2015-06-17 | Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999] | Patrick Palka | 7 | -19/+120 |
2015-06-17 | Read $GDBHISTSIZE instead of $HISTSIZE | Patrick Palka | 8 | -14/+36 |
2015-06-17 | sim: syscall: add common sim_syscall helpers | Mike Frysinger | 15 | -171/+197 |
2015-06-17 | sim: syscall: unify memory helpers | Mike Frysinger | 20 | -214/+167 |
2015-06-17 | sim: callback: add human readable strings for debugging to maps | Mike Frysinger | 9 | -675/+784 |
2015-06-17 | Fix tcl error | Yao Qi | 2 | -3/+6 |
2015-06-17 | [AArch64] Select correct linker emulation for ILP32 according to endianes | Jiong Wang | 3 | -10/+24 |
2015-06-17 | Fix compile warnings building previous delta in a 32-bit environment. | Nick Clifton | 2 | -8/+43 |
2015-06-17 | Don't truncate the history file when history size is unlimited | Patrick Palka | 4 | -1/+70 |
2015-06-17 | Add support for converting LDR Rx,=<imm> to MOV or MVN in Thumb2 mode. | Alessandro Marzocchi | 7 | -4/+126 |
2015-06-17 | Add support for converting VLDR <reg>,=<constant> to a VMOV instruction when ... | Alessandro Marzocchi | 10 | -61/+452 |
2015-06-17 | S390: Add syscall info for syscalls from 344 up to 354 | Andreas Arnez | 3 | -0/+27 |
2015-06-17 | Add vector ABI tests to gnu_vector.exp | Andreas Arnez | 3 | -21/+152 |
2015-06-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-06-17 | gas: section name substitution sequence | Nicolas Pitre | 5 | -1/+81 |
2015-06-16 | GDB Namespaces - Define MSG_CMSG_CLOEXEC if not defined. | Michael Eager | 2 | -0/+10 |
2015-06-16 | Call target_terminal_ours_for_output() before refreshing TUI's frame info | Patrick Palka | 2 | -0/+13 |
2015-06-16 | [AArch64] Support id_mmfr4 system register | Matthew Wahab | 5 | -11/+23 |
2015-06-16 | Fix build when size_t is not available in bfd-in2.h | Jon Turney | 3 | -2/+7 |
2015-06-16 | Fixes a compile time warnng about left shifting a negative value. | Szabolcs Nagy | 2 | -1/+5 |
2015-06-16 | Fix compilation of gdb/arm-linux-nat.c on Raspbian GNU/Linux 7 | Martin Simmons | 2 | -0/+6 |
2015-06-16 | ppc476 linker workaround shared lib fixes again | Alan Modra | 6 | -32/+72 |
2015-06-16 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-06-15 | MI: consider addressable unit size when reading/writing memory | Simon Marchi | 2 | -22/+40 |
2015-06-15 | Clarify doc about memory read/write and non-8-bits addressable memory unit sizes | Simon Marchi | 3 | -29/+58 |
2015-06-15 | Cleanup write_memory doc | Simon Marchi | 3 | -6/+9 |
2015-06-15 | Code cleanup: Rename enum -> enum filterflags | Jan Kratochvil | 2 | -6/+12 |
2015-06-15 | Merge multiple hex conversions | Jan Kratochvil | 4 | -18/+18 |
2015-06-15 | Move utility functions to common/ | Jan Kratochvil | 10 | -175/+206 |
2015-06-15 | Copy aarch64-linux.xml to build tree. | Yao Qi | 2 | -1/+5 |
2015-06-15 | Fix ChangeLog entry. | Ulrich Weigand | 1 | -1/+1 |
2015-06-15 | Allow gdb to find debug symbols file by build-id for PE file format also | Jon Turney | 19 | -66/+231 |
2015-06-15 | windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__ | Jon Turney | 2 | -2/+8 |
2015-06-15 | [AArch64] Gas add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 support | Renlin Li | 10 | -15/+74 |
2015-06-15 | Fix a segmentation fault triggered when trying to handle an unresolved PE sym... | Nick Clifton | 3 | -2/+27 |
2015-06-15 | gas: Don't use frag_align but use plain padding to align .debug_aranges. | Mark Wielaard | 5 | -2/+55 |