aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-06-23gdb: microblaze: delete useless stubsMike Frysinger2-26/+7
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi7-29/+53
2015-06-22Add comments on using board file remote-gdbserver-on-localhost.expYao Qi2-0/+7
2015-06-22Don't skip hw breakpoint/watchpoint tests for aarch64 targetYao Qi2-1/+9
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans13-264/+43
2015-06-18remote: consider addressable unit size when reading/writing memorySimon Marchi6-112/+200
2015-06-18Test the interaction between GDBHISTSIZE and .gdbinitPatrick Palka2-3/+25
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-17Fix tcl errorYao Qi2-3/+6
2015-06-17Don't truncate the history file when history size is unlimitedPatrick Palka4-1/+70
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-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-16Fix compilation of gdb/arm-linux-nat.c on Raspbian GNU/Linux 7Martin Simmons2-0/+6
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 Turney11-45/+94
2015-06-15windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__Jon Turney2-2/+8
2015-06-13gdb: Rework command completion on 'tui reg'.Andrew Burgess7-101/+232
2015-06-12target: consider addressable unit size when reading/writing memorySimon Marchi3-14/+65
2015-06-12gdbarch: add addressable_memory_unit_size methodSimon Marchi6-0/+55
2015-06-12Various cleanups in target read/write codeSimon Marchi3-47/+60
2015-06-12ppc64: Handle short vectors as function return typesUlrich Weigand2-2/+35
2015-06-12Fix MI dprintf-insert not printing on a resolved pending location.Antoine Tremblay6-2/+155
2015-06-12Fix broken GDB build after adding Bound table support for i386.Walfred Tedeschi4-2/+17
2015-06-11Use pulongest for printing ssize_tGary Benson2-4/+10
2015-06-11Fix ARI new warnings introduced in i386-tdep.c.Walfred Tedeschi2-2/+7
2015-06-11Fix ARI warning in linux-namespaces.cGary Benson2-1/+6
2015-06-10dwarf2read: call dwarf_finish_line when ending a sequenceSimon Marchi2-1/+6
2015-06-10Code cleanup: Use explicit NULL comparisonJan Kratochvil2-1/+7
2015-06-10Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil4-7/+25
2015-06-10Announce new container-awareness features for GNU/Linux systemsGary Benson2-0/+13
2015-06-10Implement vFile:setfs in gdbserverGary Benson6-4/+117
2015-06-10Implement multiple-filesystem support for remote targetsGary Benson5-0/+100
2015-06-10Implement mount namespace support for native Linux targetsGary Benson5-0/+143
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson7-88/+179
2015-06-10Comment and whitespace changesGary Benson4-61/+63
2015-06-10Remove linux_proc_pid_get_nsGary Benson4-35/+10
2015-06-10Introduce nat/linux-namespaces.[ch]Gary Benson31-26/+1205