aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-06-26PR 16253 revisitedKeith Seitz8-6/+259
2015-06-26Add option to remove duplicate command history entriesPatrick Palka7-1/+219
2015-06-26Add tab completion for TUI's "focus" commandPatrick Palka4-1/+97
2015-06-26Do not skip prologue for asm (.S) filesJan Kratochvil6-3/+105
2015-06-25py-prettyprint.exp: Add is_address_zero_readable checkSimon Marchi2-2/+9
2015-06-25Correctly notice empty sysroots in solib_find_1Gary Benson2-9/+14
2015-06-25Remove gdb_sysroot NULL checksGary Benson5-22/+22
2015-06-24Fix lrealpath memory leak in build_id_to_debug_bfdKeith Seitz2-0/+9
2015-06-24gdb: sim: merge the sysroot update logic togetherMike Frysinger2-3/+9
2015-06-24Add missing ChangeLog entries for yesterday's commmit below.Peter Bergner1-0/+5
2015-06-24gdb: sim: handle target sysroot prefixMike Frysinger2-2/+12
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi13-21/+23
2015-06-24New proc supports_get_siginfo_typeYao Qi4-6/+21
2015-06-24Remove redundant include directives.Gary Benson26-45/+30
2015-06-23Fix GDBHISTSIZE test failure on i686Patrick Palka2-1/+14
2015-06-23inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans4-34/+6
2015-06-23Fix rfebb gdb test cases.Peter Bergner2-3/+3
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