aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Add support for backtracing through Renesas RX exception frames.Kevin Buettner2-21/+265
2015-07-02rx: Create and use flags types for psw, bpsw, and fpsw registers.Kevin Buettner2-0/+61
2015-07-02Fix GCC false warningJan Kratochvil2-1/+7
2015-07-02Fix typo in aarch64_linux_insert_hw_breakpointYao Qi2-1/+6
2015-07-02btrace: maintenance commandsMarkus Metzger6-0/+899
2015-07-02btrace: store raw btrace dataMarkus Metzger5-0/+114
2015-07-02btrace, linux: use data_size and data_offsetMarkus Metzger2-5/+22
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger17-34/+1457
2015-07-02configure: check for libiptMarkus Metzger6-1/+545
2015-07-02debug compile: Replace confusing debug messageJan Kratochvil2-4/+24
2015-07-01Tabify my ChangeLog entry for 2015-06-29.Kevin Buettner1-4/+4
2015-07-01rl78: Create a flags type for the psw register.Kevin Buettner2-1/+20
2015-07-01TUI: Make sure to update registers if frame information has changedPatrick Palka4-10/+33
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