aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Remove the unneeded escaping of '[' and ']' characters in test_class_helpMartin Galvan2-3/+10
2015-06-30Sync dlang demangling tests from upstream libiberty testsuiteIain Buclaw2-6/+10
2015-06-30Replace TUI's select_frame hook (PR tui/13378)Patrick Palka5-24/+82
2015-06-30Be lazy about refreshing the windows in tui_show_frame_info (PR tui/13378)Patrick Palka2-16/+64
2015-06-30Correctly initialize the TUI locator windowPatrick Palka2-1/+6
2015-06-30Handle media instructions in arm software single step.Yao Qi2-0/+13
2015-06-29Turn on dwarf2 unwinding for Renesas RX architectureKevin Buettner2-4/+28
2015-06-29PR threads/18127 - threads spawned by infcall end up stuck in "running" statePedro Alves6-18/+148
2015-06-29Fix email in ChangeLog entry.Pierre Langlois1-1/+1
2015-06-29[GDBServer][AArch64] Enable support for Z0 packetsPierre Langlois2-1/+6
2015-06-29[GDBServer][AArch64] Use the same break instruction as GDBPierre Langlois2-6/+15
2015-06-29Update my email addressPierre Langlois2-1/+5
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