aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-11-03Fix evaluation of method calls under EVAL_SKIP.Siva Chandra3-0/+126
2014-11-02Match the working directory on remote hostYao Qi2-1/+13
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans3-1/+23
2014-10-30Skip tests that use cd for remote hostsLuis Machado4-0/+21
2014-10-29This PR shows that GDB can easily trigger an assertion here, inPedro Alves1-0/+28
2014-10-29PR 17408 - assertion failure in switch_back_to_stepped_threadPedro Alves4-120/+253
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves3-0/+78
2014-10-29Prepare directory in case test_system failsYao Qi2-0/+11
2014-10-29Close the file in fileio.exp testYao Qi2-0/+5
2014-10-28PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insnsPedro Alves5-7/+201
2014-10-28Test for PR gdb/17511, spurious SIGTRAP after stepping into+in signal handlerPedro Alves3-13/+97
2014-10-28gdb.base/sigstep.exp: cleanup and make it easier to extendPedro Alves2-276/+291
2014-10-28update bug numbers (GNATS -> Bugzilla) in a few signal related testsPedro Alves5-14/+22
2014-10-27stepi/nexti: skip signal handler if "handle nostop" signal arrivesPedro Alves3-15/+58
2014-10-27Fix trace file fails on powerpc64Yao Qi2-0/+9
2014-10-24Follow-fork message printing improvementsDon Breazeal3-8/+22
2014-10-24Remove Vax Ultrix and VAX BSD supportPedro Alves9-30/+20
2014-10-24Guard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_reference.Siva Chandra3-0/+39
2014-10-20Rename py-objfile-script-gdb.py.in to py-objfile-script-gdb.pyYao Qi3-3/+10
2014-10-20Don't remove files copied to hostYao Qi23-62/+33
2014-10-18Fix the gdb.dwarf2/dw2-dir-file-name.exp test on MIPSKwok Cheung Yeung3-9/+34
2014-10-18Skip testing argv[0] on target argv[0] isn't availableYao Qi5-10/+141
2014-10-17New python event "clear_objfiles".Doug Evans3-0/+13
2014-10-17Add gdb.Objfile.progspace attribute.Doug Evans2-0/+6
2014-10-17Fix mingw32 failures due to incorrect directory separator in patternLuis Machado20-125/+148
2014-10-17Copy xml files to hostYao Qi3-3/+14
2014-10-17PR gdb/17471: Repeating a background command makes it foregroundPedro Alves3-0/+125
2014-10-17PR gdb/17300: Input after "c -a" crashes readline/GDBPedro Alves3-0/+110
2014-10-17PR gdb/17472: With annotations, input while executing in the foreground crash...Pedro Alves3-0/+161
2014-10-17Delete Tru64 supportPedro Alves11-55/+21
2014-10-17Don't check target_info exists noargs in commands.expYao Qi2-61/+16
2014-10-16Don't check noargs in remotetimeout.expYao Qi2-5/+4
2014-10-15Put single-step breakpoints on the bp_location chainPedro Alves3-0/+124
2014-10-15Remove d-support.c and use gdb_demangle for demangling D symbols.Iain Buclaw2-4/+8
2014-10-15Add new non-trial return value tests.Siva Chandra3-0/+53
2014-10-15Non trivial return value tests.Siva Chandra3-0/+114
2014-10-15Fix py-parameter.exp for remote hostYao Qi2-1/+13
2014-10-15Fix file name matching on remote host.Yao Qi4-7/+39
2014-10-15Clean up gdb.python/ testsYao Qi4-7/+15
2014-10-14[Ada] Error adding/subtracting pointer value to/from integral.Joel Brobecker5-0/+107
2014-10-14gdb.dwarf2: Testsuite 64-bit pointer truncation fixesMaciej W. Rozycki5-35/+74
2014-10-14Explicitly use language_c when evaluating a SDT probe argumentSergio Durigan Junior4-0/+151
2014-10-14Fix fail in mi-var-child.exp and mi-var-display.expYao Qi6-10/+69
2014-10-14Use mi_varobj_update in mi-var-child.exp and mi2-var-child.expYao Qi3-60/+83
2014-10-13Change name of file name test in py-objfile.exp.Doug Evans2-1/+5
2014-10-13Fix dw2-op-out-param.S CU offset values.Doug Evans2-20/+25
2014-10-13Fix "save breakpoints" for "catch" commandJan Kratochvil2-6/+21
2014-10-12Fix "save breakpoints" for "disable $bpnum" command.Jan Kratochvil3-1/+13
2014-10-12Use gdb_test_sequence in gdb.base/save-bp.exp.Jan Kratochvil2-2/+17
2014-10-11Enable qTStatus packet in case it is disabledYao Qi2-0/+10