Age | Commit message (Expand) | Author | Files | Lines |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 12 | -3/+185 |
2015-06-02 | Fix =thread-exited not showing up when detaching (PR 15564) | Simon Marchi | 4 | -1/+46 |
2015-06-02 | Include linux-nat.h in i386-linux-nat.c | Yao Qi | 2 | -0/+5 |
2015-06-01 | PR symtab/18392 | Jan Kratochvil | 7 | -4/+703 |
2015-06-01 | Fetch and store VFP registers by PTRACE_{G,S}ETREGSET | Yao Qi | 2 | -3/+37 |
2015-06-01 | Fetch and store FP registers by PTRACE_{G,S}ETREGSET | Yao Qi | 2 | -10/+84 |
2015-06-01 | Fetch and store GP registers by PTRACE_{G,S}ETREGSET | Yao Qi | 2 | -10/+82 |
2015-06-01 | Check whether kernel supports PTRACE_GETREGSET | Yao Qi | 2 | -0/+21 |
2015-06-01 | Move have_ptrace_getregset to linux-nat.c | Yao Qi | 5 | -4/+14 |
2015-06-01 | Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.h | Yao Qi | 10 | -33/+27 |
2015-05-30 | Unbreak DJGPP build of GDB. | Eli Zaretskii | 2 | -2/+10 |
2015-05-29 | Add myself to the Write After Approval list. | Martin Galvan | 2 | -0/+5 |
2015-05-29 | PR gdb/18464: Do not crash on unrecognized GNU .note.ABI-tag values | Roland McGrath | 2 | -45/+49 |
2015-05-29 | xtensa: fix access to the last pseudo register | Max Filippov | 2 | -8/+6 |
2015-05-28 | Disable exec-dependent follow vfork tests for remote | Don Breazeal | 2 | -12/+22 |
2015-05-28 | Initialize last_resume_kind for remote fork child | Don Breazeal | 2 | -1/+10 |
2015-05-28 | Make remote follow fork 'Detaching' message match native | Don Breazeal | 2 | -2/+14 |
2015-05-28 | * dwarf2read.c (record_line_ftype): Remove, duplicate. | Doug Evans | 2 | -5/+4 |
2015-05-28 | Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.c | Yao Qi | 4 | -12/+23 |
2015-05-28 | Remove global variable arm_linux_vfp_register_count in arm-linux-nat.c | Yao Qi | 5 | -30/+48 |
2015-05-28 | Do arm_abi detection for ELFOSABI_GNU binaries | Kyle Huey | 2 | -1/+6 |
2015-05-27 | Add struct to record dwarf line number state machine. | Doug Evans | 2 | -152/+262 |
2015-05-27 | dwarf2read.c code cleanup, split out check_line_address | Doug Evans | 2 | -24/+44 |
2015-05-27 | Add set/show debug dwarf-line. | Doug Evans | 5 | -2/+65 |
2015-05-27 | Don't ignore domain in nested lookups. | Doug Evans | 4 | -19/+34 |
2015-05-27 | PR symtab/18258 | Doug Evans | 10 | -43/+409 |
2015-05-27 | [aarch64] Handle unknown instruction encoding | Yao Qi | 2 | -1/+12 |
2015-05-27 | Fix ARI warnings in aarch64-tdep.c | Yao Qi | 2 | -7/+13 |
2015-05-26 | PR c++/18141, c++/18417. | Doug Evans | 5 | -2/+86 |
2015-05-26 | Rename dwarf2 to dwarf in "set debug" and maintenance commands. | Doug Evans | 11 | -107/+168 |
2015-05-26 | PR python/18438 | Doug Evans | 8 | -6/+107 |
2015-05-26 | gdb: tui: Minor fix to compare against NULL. | Andrew Burgess | 2 | -1/+5 |
2015-05-26 | gdb: Add 'tui reg prev' command. | Andrew Burgess | 6 | -3/+78 |
2015-05-26 | New gdb.reverse test case for aarch64 instructions | Yao Qi | 3 | -0/+220 |
2015-05-26 | Enables gdb.reverse testsuite for aarch64*-linux targets | Omair Javaid | 2 | -0/+7 |
2015-05-26 | Implements aarch64 process record and reverse debugging support | Omair Javaid | 6 | -1/+1747 |
2015-05-26 | NEWS entry about aarch64-linux record/replay support | Omair Javaid | 2 | -0/+9 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 24 | -102/+146 |
2015-05-22 | gdb: New 'tui enable' and 'tui disable' commands. | Andrew Burgess | 5 | -2/+63 |
2015-05-21 | Make sure test names are unique in gdb.base/gdbinit-history.exp | Patrick Palka | 2 | -7/+14 |
2015-05-21 | gdb: Use NULL not 0 in a tui function. | Andrew Burgess | 2 | -3/+7 |
2015-05-21 | gdb: Add cleanup to avoid memory leak on error. | Andrew Burgess | 2 | -1/+8 |
2015-05-21 | gdb: Don't call tui_enable too early. | Andrew Burgess | 2 | -4/+14 |
2015-05-21 | gdb: Add completer for layout command. | Andrew Burgess | 4 | -1/+46 |
2015-05-21 | gdb: Remove register class specific layout names. | Andrew Burgess | 9 | -251/+178 |
2015-05-20 | gdb/testsuite: New skip_tui_tests predicate. | Andrew Burgess | 3 | -0/+28 |
2015-05-20 | Memory leak reading frame register during inferior event handling | Joel Brobecker | 2 | -1/+22 |
2015-05-20 | gdb/ada-lang.c: Rename local variable typename into type_name... | Joel Brobecker | 2 | -5/+10 |
2015-05-19 | compile: Fix ASAN crash for gdb.compile/compile.exp | Jan Kratochvil | 2 | -2/+10 |
2015-05-19 | compile: gdb_stdout -> gdb_stdlog | Jan Kratochvil | 4 | -16/+24 |