aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-27Print void types correctly in RustManish Goregaokar3-0/+13
2016-06-27Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat4-0/+121
2016-06-25Add tests for printing of NonZero-optimized enums in RustManish Goregaokar3-0/+34
2016-06-24Support structure offsets that are 512K or larger.David Taylor3-0/+78
2016-06-23PR gdb/16483 - simplify "info frame-filters" outputTom Tromey2-0/+10
2016-06-21Improve user experience in printing Fortran derived types.Walfred Tedeschi5-5/+114
2016-06-21Add "new-ui console" testsPedro Alves5-12/+227
2016-06-21Always switch fork child to the main UIPedro Alves2-0/+162
2016-06-21Make mi-break.exp always expect breakpoint commands output on the main UIPedro Alves2-21/+57
2016-06-21Send deleted watchpoint-scope output to all UIsPedro Alves2-41/+55
2016-06-21Add testing infrastruture bits for running with MI on a separate UIPedro Alves4-29/+156
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves3-1/+68
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-0/+37
2016-06-21Make instream be per UIPedro Alves2-0/+8
2016-06-21[Ada catchpoints] Fix "warning: failed to get exception name: No definition o...Pedro Alves2-10/+36
2016-06-21Prepare gdb.python/mi-py-events.exp for Python/MI in separate channelsPedro Alves3-13/+33
2016-06-17Add a test case for the jit-reader interfaceSanjoy Das7-9/+385
2016-06-17Extend step-over-syscall.exp with different detach-on-fork and follow-fork modesYao Qi2-8/+53
2016-06-17Step over exit with reinsert breakpointsYao Qi3-0/+182
2016-06-17gdb: new AndesTech NDS32 portYan-Ting Lin3-0/+17
2016-06-13gdb: Use UNSUPPORTED not XFAIL for unsupported target featuresAndrew Burgess19-41/+41
2016-06-10Fix PR rust/20110Tom Tromey2-0/+8
2016-06-10Fortran: Testsuite, non-local references in nested functions.Bernhard Heckel3-0/+119