aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2016-08-19Fix missing files for ld when test suite not compiled in the source directoryCarl E. Love7-22/+23
2016-08-19x32: Fix gdb.trace/mi-trace-frame-collected.expPedro Alves2-2/+17
2016-08-18Add ChangeLog updates to my previous two commitsCarl E. Love1-0/+6
2016-08-18Fix for powerpc-power.exp gdb regression test for Power 9Carl Love2-505/+2717
2016-08-17Fix remove-inferior error messageSimon Marchi2-1/+6
2016-08-17Add remove-inferiors testSimon Marchi3-0/+98
2016-08-12Fix warning in gdb.base/signals-state-child.cYao Qi2-1/+6
2016-08-10Fix PR gdb/19187 (process record over a fork causes internal error)Pedro Alves2-2/+8
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves4-2/+148
2016-08-09Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-c...Pedro Alves2-0/+85
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves4-0/+194
2016-08-09Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out valuePedro Alves2-0/+91
2016-08-03PR python/18565 - make Frame.function work for inline framesTom Tromey2-0/+9
2016-08-01Swap "single-process" and "multi-process" in process-dies-while-detaching.expgdb-7.12-branchpointYao Qi2-1/+7
2016-08-01Tweak gdb.cp tests for aarch32Yao Qi4-5/+11
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey2-0/+23
2016-07-26btrace, testsuite: fix assembly source file selectionMarkus Metzger5-18/+42
2016-07-25Handle correctly passing a bad interpreter name to new-uiSimon Marchi2-1/+33
2016-07-25btrace: Resume recording after disconnect.Tim Wiederhake3-0/+109
2016-07-23Implement catch syscall groupGabriel Krisman Bertazi2-0/+45
2016-07-21Allow empty struct expressions in RustTom Tromey3-0/+9
2016-07-21Skip gdb.server/ tests if lack of XML supportYao Qi2-0/+19
2016-07-21Fix fail in gdb.server/solib-list.expYao Qi2-0/+9
2016-07-20testsuite: Fix gdb.gdb/selftest.exp for C++-O2-g-built GDBJan Kratochvil2-0/+13
2016-07-20testsuite: Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32Jan Kratochvil2-2/+6
2016-07-20testsuite patch: Skip py-unwind.exp on x86_64 -m32Jan Kratochvil2-1/+5
2016-07-19Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute__((always_inline))Pedro Alves6-5/+21
2016-07-19Use do_self_tests in selftest.expYao Qi2-105/+9
2016-07-15GDB testsuite: Escape paths used in regular expressionsDon Breazeal3-7/+17
2016-07-13PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey2-0/+47
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey2-0/+19
2016-07-13Fix PR cli/18053Tom Tromey2-0/+13
2016-07-13[ppc64] Fix for function descriptorsJan Kratochvil6-13/+46
2016-07-12PR python/19293 - invalidate frame cache when unwinders changeTom Tromey2-2/+14
2016-07-12Match the selftest output when captured_main is inlinedYao Qi2-0/+10
2016-07-07Fix of default lookup for "this" symbol.Walfred Tedeschi3-3/+47
2016-07-06gdb.ada/arraydim.exp: Fix directory layoutSimon Marchi2-2/+7
2016-07-06Remove extra output directory level for Ada testsSimon Marchi5-12/+17
2016-07-06Allow subscripting raw pointersManish Goregaokar3-0/+7
2016-07-05Fix fail in gdb.mi/mi-reverse.expYao Qi2-1/+5
2016-07-01Extend JIT-reader test and fix GDB problems that exposesPedro Alves5-20/+272
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves3-0/+449
2016-07-01Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves3-0/+158
2016-07-01Fix formatting of some previous gdb/testsuite/ChangeLog entriesPedro Alves1-10/+15
2016-06-30Fix gdbserver/MI testing regressionPedro Alves2-4/+7
2016-06-30Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually workPedro Alves2-1/+6
2016-06-29Add copyright header in gdb.base/return.cYao Qi2-0/+21
2016-06-29Fix PR python/20129 - use of non-existing variableTom Tromey2-0/+12
2016-06-29Set unknown_syscall differently on arm linuxYao Qi2-0/+13
2016-06-28Probe catch syscall supportYao Qi2-14/+35