| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR gdb/20505 - Make vDSO detection work with core files | Pedro Alves | 2016-08-22 | 2 | -24/+59 |
* | Fix missing files for ld when test suite not compiled in the source directory | Carl E. Love | 2016-08-19 | 7 | -22/+23 |
* | x32: Fix gdb.trace/mi-trace-frame-collected.exp | Pedro Alves | 2016-08-19 | 2 | -2/+17 |
* | Add ChangeLog updates to my previous two commits | Carl E. Love | 2016-08-18 | 1 | -0/+6 |
* | Fix for powerpc-power.exp gdb regression test for Power 9 | Carl Love | 2016-08-18 | 2 | -505/+2717 |
* | Fix remove-inferior error message | Simon Marchi | 2016-08-17 | 2 | -1/+6 |
* | Add remove-inferiors test | Simon Marchi | 2016-08-17 | 3 | -0/+98 |
* | Fix warning in gdb.base/signals-state-child.c | Yao Qi | 2016-08-12 | 2 | -1/+6 |
* | Fix PR gdb/19187 (process record over a fork causes internal error) | Pedro Alves | 2016-08-10 | 2 | -2/+8 |
* | Fix PR gdb/20418 - Problems with synchronous commands and new-ui | Pedro Alves | 2016-08-09 | 4 | -2/+148 |
* | Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-c... | Pedro Alves | 2016-08-09 | 2 | -0/+85 |
* | Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions | Pedro Alves | 2016-08-09 | 4 | -0/+194 |
* | Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out value | Pedro Alves | 2016-08-09 | 2 | -0/+91 |
* | PR python/18565 - make Frame.function work for inline frames | Tom Tromey | 2016-08-03 | 2 | -0/+9 |
* | Swap "single-process" and "multi-process" in process-dies-while-detaching.expgdb-7.12-branchpoint | Yao Qi | 2016-08-01 | 2 | -1/+7 |
* | Tweak gdb.cp tests for aarch32 | Yao Qi | 2016-08-01 | 4 | -5/+11 |
* | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 2016-07-26 | 2 | -0/+23 |
* | btrace, testsuite: fix assembly source file selection | Markus Metzger | 2016-07-26 | 5 | -18/+42 |
* | Handle correctly passing a bad interpreter name to new-ui | Simon Marchi | 2016-07-25 | 2 | -1/+33 |
* | btrace: Resume recording after disconnect. | Tim Wiederhake | 2016-07-25 | 3 | -0/+109 |
* | Implement catch syscall group | Gabriel Krisman Bertazi | 2016-07-23 | 2 | -0/+45 |
* | Allow empty struct expressions in Rust | Tom Tromey | 2016-07-21 | 3 | -0/+9 |
* | Skip gdb.server/ tests if lack of XML support | Yao Qi | 2016-07-21 | 2 | -0/+19 |
* | Fix fail in gdb.server/solib-list.exp | Yao Qi | 2016-07-21 | 2 | -0/+9 |
* | testsuite: Fix gdb.gdb/selftest.exp for C++-O2-g-built GDB | Jan Kratochvil | 2016-07-20 | 2 | -0/+13 |
* | testsuite: Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32 | Jan Kratochvil | 2016-07-20 | 2 | -2/+6 |
* | testsuite patch: Skip py-unwind.exp on x86_64 -m32 | Jan Kratochvil | 2016-07-20 | 2 | -1/+5 |
* | Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute__((always_inline)) | Pedro Alves | 2016-07-19 | 6 | -5/+21 |
* | Use do_self_tests in selftest.exp | Yao Qi | 2016-07-19 | 2 | -105/+9 |
* | GDB testsuite: Escape paths used in regular expressions | Don Breazeal | 2016-07-15 | 3 | -7/+17 |
* | PR python/15620, PR python/18620 - breakpoint events in Python | Tom Tromey | 2016-07-13 | 2 | -0/+47 |
* | PR python/17698 - add Breakpoint.pending | Tom Tromey | 2016-07-13 | 2 | -0/+19 |
* | Fix PR cli/18053 | Tom Tromey | 2016-07-13 | 2 | -0/+13 |
* | [ppc64] Fix for function descriptors | Jan Kratochvil | 2016-07-13 | 6 | -13/+46 |
* | PR python/19293 - invalidate frame cache when unwinders change | Tom Tromey | 2016-07-12 | 2 | -2/+14 |
* | Match the selftest output when captured_main is inlined | Yao Qi | 2016-07-12 | 2 | -0/+10 |
* | Fix of default lookup for "this" symbol. | Walfred Tedeschi | 2016-07-07 | 3 | -3/+47 |
* | gdb.ada/arraydim.exp: Fix directory layout | Simon Marchi | 2016-07-06 | 2 | -2/+7 |
* | Remove extra output directory level for Ada tests | Simon Marchi | 2016-07-06 | 5 | -12/+17 |
* | Allow subscripting raw pointers | Manish Goregaokar | 2016-07-06 | 3 | -0/+7 |
* | Fix fail in gdb.mi/mi-reverse.exp | Yao Qi | 2016-07-05 | 2 | -1/+5 |
* | Extend JIT-reader test and fix GDB problems that exposes | Pedro Alves | 2016-07-01 | 5 | -20/+272 |
* | Fix failure to detach if process exits while detaching on Linux | Pedro Alves | 2016-07-01 | 3 | -0/+449 |
* | Forget watchpoint locations when inferior exits or is killed/detached | Pedro Alves | 2016-07-01 | 3 | -0/+158 |
* | Fix formatting of some previous gdb/testsuite/ChangeLog entries | Pedro Alves | 2016-07-01 | 1 | -10/+15 |
* | Fix gdbserver/MI testing regression | Pedro Alves | 2016-06-30 | 2 | -4/+7 |
* | Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually work | Pedro Alves | 2016-06-30 | 2 | -1/+6 |
* | Add copyright header in gdb.base/return.c | Yao Qi | 2016-06-29 | 2 | -0/+21 |
* | Fix PR python/20129 - use of non-existing variable | Tom Tromey | 2016-06-29 | 2 | -0/+12 |
* | Set unknown_syscall differently on arm linux | Yao Qi | 2016-06-29 | 2 | -0/+13 |