From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89449 invoked by alias); 7 Aug 2018 11:52:16 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 87024 invoked by uid 89); 7 Aug 2018 11:52:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.0 required=5.0 tests=GIT_PATCH_0,GIT_PATCH_2,GIT_PATCH_3,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=2004, unlimited, urg, 2.3 X-HELO: smtp.CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE (HELO smtp.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 07 Aug 2018 11:52:03 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 65FB715D1; Tue, 7 Aug 2018 13:52:00 +0200 (CEST) Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vtUPAF7c0wEF; Tue, 7 Aug 2018 13:49:56 +0200 (CEST) Received: from lokon.CeBiTec.Uni-Bielefeld.DE (lokon.CeBiTec.Uni-Bielefeld.DE [129.70.161.152]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id DE1B315A4; Tue, 7 Aug 2018 13:49:55 +0200 (CEST) Received: (from ro@localhost) by lokon.CeBiTec.Uni-Bielefeld.DE (8.15.2+Sun/8.15.2/Submit) id w77BntfR019632; Tue, 7 Aug 2018 13:49:55 +0200 (MEST) From: Rainer Orth To: Tom Tromey Cc: gdb-patches@sourceware.org, Alexandre Oliva Subject: Re: Update dg-extract-results.* from gcc References: <87601316fe.fsf@tromey.com> Date: Tue, 07 Aug 2018 11:52:00 -0000 In-Reply-To: (Rainer Orth's message of "Tue, 31 Jul 2018 14:44:22 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (usg-unix-v) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-SW-Source: 2018-08/txt/msg00114.txt.bz2 --=-=-= Content-Type: text/plain Content-length: 4703 Hi Tom, getting back to making gcc's mail-report.log target work... >> Rainer> * One could also copy over gcc's contrib/test_summary, used by the >> Rainer> toplevel make mail-report.log to provide a nice summary of test >> Rainer> results. However, this is currently hampered by the fact that for >> Rainer> parallel make check the gdb.sum and gdb.log files are left in >> Rainer> outputs/*/*/gdb.{sum,log} after dg-extract-results.sh has run >> Rainer> instead >> Rainer> of moving them to *.sep like gcc's gcc/Makefile.in does, so >> Rainer> mail-report.log lists every failure twice. >> >> I don't understand the "*.sep" comment - would you mind spelling it out? > > The test_summary scripts works by searching for *.sum and *.log files in > the whole tree (given that those live at different levels in the build > tree and cannot easily be found with a glob pattern). > > Currently, once dg-extract-results.sh has summarized the individual > gdb.sum and gdb.log files in outputs, we have both the individual > per-subdir files in place and the summarized one in gdb/testsuite. When > test_summary runs, it find all of of those and lists every non-PASS > result twice in its output, which isn't particularly helpful. > > To avoid this, the gcc testsuite moves the subdir .sum/.log files for > parallelized testsuites to .sum.sep/.log.sep before passing them to > dg-extract-results.sh. This way, we get one summary per testsuite > (e.g. gcc or g++, or gdb in the case at hand), and test_summary won't > pick them up twice. > >> Anyway, if this script is useful to you, it's fine with me if you want >> to find a way to make it work. I think the outputs/** stuff can be >> moved around or messed with pretty freely, though of course it is best >> not to outright lose things. > > Absolutely: as I said, the individual files are just moved aside not to > interfere with the likes of test_summary, but still left in place since > dg-extract-results.* isn't always perfect in merging them. > > I'll go ahead and prepare a patch then. Here's the mechanical part of such a patch, tested on amd64-pc-solaris2.11 and making sure that both gdb make check and make check-parallel-racy produce identical gdb.sum and racy.sum files (modulo racy tests, of course). However, looking at the resulting output, there are some issues to be decided before the result can be fully useful. I'm attaching an example output file for reference, from a Solaris 11/amd64 build with --disable-binutils --disable-gas --disable-ld --disable-sim. * Right now, the output talks of Compiler version: 8.2.50.20180803-git ... even when this is for gdb (or binutils) test results. * The resulting script would mail testsuite results to gcc-testresults@gcc.gnu.org; clearly not useful for gdb or binutils. While we could use gdb-testers@sourceware.org for gdb (where Andreas Krebbel already posts very similarly formatted results for Linux/s390x) and there's even an (apparently unused) gdb-testresults@sourceware.org list as I just happened to find at https://sourceware.org/lists.html#gdb, there seems to be no equivalent for binutils test results. I think the contrib/test_summary script should provide decent defaults depending on which tree it is run in. * There are 3 scenarios, I believe: gcc tree, already handled binutils-gdb tree, binutils results binutils-gdb tree, gdb results I believe the result in the binutils-gdb tree should be the same as what would happen in a binutils or gdb release tarball, i.e. the same results summarized in each case. This could be done using the same lists of subdirs used by src-release.sh to create the respective tarballs. In theory, there's still the combined tree case, although I have no idea if it is still common these days. My current thinking is that the toplevel mail-report.log target would create all summaries suitable for the current tree, either by passing corresponding -t [gcc|binutils|gdb] options to test_summary or letting the script figure that out on its own, creating * mail-report.log for gcc, keeping the name for backward compatibility, * binutils-report.log and/or gdb-report.log if either or both binutils/gas/ld and gdb/sim builds are present in the tree. Thoughts? Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University 2018-08-03 Rainer Orth gdb/testsuite: * Makefile.in (check-parallel): Move gdb.sum, gdb.log to gdb.sum.sep, gdb.log.sep before summarizing. (check-parallel-racy): Likewise. contrib: * test_summary: New file from gcc repo. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=gdb-mail-report.log.patch Content-length: 7785 # HG changeset patch # Parent 09a136c459e46cbf4007b68ce3ee2d2062b3448d Support mail-report.log diff --git a/contrib/test_summary b/contrib/test_summary new file mode 100755 --- /dev/null +++ b/contrib/test_summary @@ -0,0 +1,157 @@ +#! /bin/sh + +# (C) 1998, 1999, 2000, 2002, 2003, 2004, 2007, 2009, 2010 +# Free Software Foundation +# Originally by Alexandre Oliva + +# This script is Free Software, and it can be copied, distributed and +# modified as defined in the GNU General Public License. A copy of +# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html + +# This script processes *.{sum,log} files, producing a shell-script +# that sends e-mail to the appropriate lists and renames files to +# *.sent. It currently handles only gcc, but it should be quite easy +# to modify it to handle other packages and its mailing lists. + +# The scripts assumes it is run in the root directory of the build +# tree, and it will include all .sum files it finds in the mail +# report. + +# configure flags are extracted from ./config.status + +# if the BOOT_CFLAGS environment variable is set, it will be included +# in the mail report too. + +# The usage pattern of this script is as follows: + +# test_summary | more # so as to observe what should be done + +# test_summary | sh # so as to actually send e-mail and move log files + +# It accepts a few command line arguments. For example: +if test x"$1" = "x-h"; then + cat <<_EOF + -o: re-reads logs that have been mailed already (.sum.sent) + -t: prevents logs from being renamed + -p: prepend specified file (or list of files: -p "a b") to the report + -i: append specified file (or list of files: -i "a b") to the report + -m: specify the e-mail address to send notes to. An appropriate default + should be selected from the log files. + -f: force reports to be mailed; if omitted, only reports that differ + from the sent.* version are sent. +_EOF + exit 0 +fi + +# Find a good awk. +if test -z "$AWK" ; then + for AWK in gawk nawk awk ; do + if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then + : + else + break + fi + done +fi + +: ${filesuffix=}; export filesuffix +: ${move=true}; export move +: ${forcemail=false}; export forcemail +while true; do + case "$1" in + -o) filesuffix=.sent; move=false; : ${mailto=nobody}; shift;; + -t) move=false; shift;; + -p) prepend_logs=${prepend_logs+"$prepend_logs "}"$2"; shift 2;; + -i) append_logs=${append_logs+"$append_logs "}"$2"; shift 2;; + -m) mailto=$2; forcemail=true; shift 2;; + -f) unset mailto; forcemail=true; shift;; + *) break;; + esac +done +: ${mailto="\" address \""}; export mailto +files=`find . -name \*.sum$filesuffix -print | sort` +anyfile=false anychange=$forcemail && +for file in $files; do + [ -f $file ] && + anyfile=true && + { $anychange || + anychange=`diff $file.sent $file 2>/dev/null | + if test ! -f $file.sent || + egrep '^[<>] (XPASS|FAIL)' >/dev/null; then + echo true + else + echo false + fi + ` + } + true +done && +$anyfile && +if $forcemail || $anychange; then :; else mailto=nobody; fi && +# We use cat instead of listing the files as arguments to AWK because +# GNU awk 3.0.0 would break if any of the filenames contained `=' and +# was preceded by an invalid ``variable'' name. +( echo @TOPLEVEL_CONFIGURE_ARGUMENTS@ | ./config.status --file=-; cat $files ) | +$AWK ' +BEGIN { + lang=""; configflags = ""; + address="gcc-testresults@gcc.gnu.org"; + version="gcc"; + print "cat <<'"'"'EOF'"'"' |"; +'${prepend_logs+" system(\"cat $prepend_logs\"); "}' +} +NR == 1 { + configflags = $0 " "; + srcdir = configflags; + sub(/\/configure\047? .*/, "", srcdir); + sub(/^\047/, "", srcdir); + if ( system("test -f " srcdir "/LAST_UPDATED") == 0 ) { + printf "LAST_UPDATED: "; + system("tail -1 " srcdir "/LAST_UPDATED"); + print ""; + } + + sub(/^[^ ]*\/configure\047? */, " ", configflags); + sub(/,;t t $/, " ", configflags); + sub(/ --with-gcc-version-trigger=[^ ]* /, " ", configflags); + sub(/ --norecursion /, " ", configflags); + sub(/ $/, "", configflags); + sub(/^ *$/, " none", configflags); + configflags = "configure flags:" configflags; +} +/^Running target / { print ""; print; } +/^Target / { if (host != "") next; else host = $3; } +/^Host / && host ~ /^unix\{.*\}$/ { host = $3 " " substr(host, 5); } +/^Native / { if (host != "") next; else host = $4; } +/^[ ]*=== [^ ]+ tests ===/ { + if (lang == "") lang = " "$2" "; else lang = " "; +} +$2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", version); gsub(/\r$/, "", version); $0 = save; } +/\===.*Summary/ { print ""; print; blanks=1; } +/tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; } +/^(XPASS|FAIL|UNRESOLVED|WARNING|ERROR|# of )/ { sub ("\r", ""); print; } +/^using:/ { print ""; print; print ""; } +# dumpall != 0 && /^X?(PASS|FAIL|UNTESTED)|^testcase/ { dumpall=0; } +# dumpall != 0 { print; } +# /^FAIL/ { dumpall=1; } +/^$/ && blanks>0 { print; --blanks; } +END { if (lang != "") { + print ""; + print "Compiler version: " prefix version lang; + print "Platform: " host; + print configflags; + '${BOOT_CFLAGS+'print "BOOT_CFLAGS='"${BOOT_CFLAGS}"'";'}' + if (boot_cflags != 0) print boot_cflags; +'${append_logs+" system(\"cat $append_logs\"); "}' + print "EOF"; + print "Mail -s \"Results for " prefix version lang "testsuite on " host "\" '"${mailto}"' &&"; +}} +{ next; } +' | sed "s/\([\`\$\\\\]\)/\\\\\\1/g" && +if $move; then + for file in $files `ls -1 $files | sed s/sum$/log/`; do + [ -f $file ] && echo "mv `${PWDCMD-pwd}`/$file `${PWDCMD-pwd}`/$file.sent &&" + done +fi && +echo true +exit 0 diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -217,10 +217,12 @@ check-parallel: -rm -rf cache outputs temp $(MAKE) -k do-check-parallel; \ result=$$?; \ + find outputs -name gdb.sum -exec mv \{\} \{\}.sep \; ; \ + find outputs -name gdb.log -exec mv \{\} \{\}.sep \; ; \ $(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh \ - `find outputs -name gdb.sum -print` > gdb.sum; \ + `find outputs -name gdb.sum.sep -print` > gdb.sum; \ $(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh -L \ - `find outputs -name gdb.log -print` > gdb.log; \ + `find outputs -name gdb.log.sep -print` > gdb.log; \ sed -n '/=== gdb Summary ===/,$$ p' gdb.sum; \ exit $$result @@ -237,16 +239,18 @@ check-parallel-racy: for n in `seq $$racyiter` ; do \ $(MAKE) -k do-check-parallel-racy \ RACY_OUTPUT_N=$$n; \ + find racy_outputs/$$n -name gdb.sum -exec mv \{\} \{\}.sep \; ; \ + find racy_outputs/$$n -name gdb.log -exec mv \{\} \{\}.sep \; ; \ $(SHELL) $(srcdir)/../../contrib/dg-extract-results.sh \ - `find racy_outputs/$$n -name gdb.sum -print` > \ - racy_outputs/$$n/gdb.sum; \ + `find racy_outputs/$$n -name gdb.sum.sep -print` > \ + racy_outputs/$$n/gdb.sum.sep; \ $(SHELL) $(srcdir)/../../dg-extract-results.sh -L \ - `find racy_outputs/$$n -name gdb.log -print` > \ - racy_outputs/$$n/gdb.log; \ - sed -n '/=== gdb Summary ===/,$$ p' racy_outputs/$$n/gdb.sum; \ + `find racy_outputs/$$n -name gdb.log.sep -print` > \ + racy_outputs/$$n/gdb.log.sep; \ + sed -n '/=== gdb Summary ===/,$$ p' racy_outputs/$$n/gdb.sum.sep; \ done; \ $(srcdir)/analyze-racy-logs.py \ - `ls racy_outputs/*/gdb.sum` > racy.sum; \ + `ls racy_outputs/*/gdb.sum.sep` > racy.sum; \ sed -n '/=== gdb Summary ===/,$$ p' racy.sum # Turn a list of .exp files into "check/" targets. Only examine .exp --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: inline; filename=mail-report.log Content-Transfer-Encoding: quoted-printable Content-length: 234681 cat <<'EOF' | Native configuration is x86_64-pc-solaris2.11 =3D=3D=3D gdb tests =3D=3D=3D Running target unix XPASS: gdb.ada/funcall_ref.exp: p get ("Hello world!") XPASS: gdb.ada/funcall_ref.exp: ptype get ("Hello world!") FAIL: gdb.ada/mi_task_arg.exp: -stack-list-arguments 1 (unexpected output) FAIL: gdb.ada/operator_bp.exp: break "+" FAIL: gdb.ada/operator_bp.exp: break "-" FAIL: gdb.ada/operator_bp.exp: break "<" FAIL: gdb.ada/operator_bp.exp: break "<=3D" FAIL: gdb.ada/operator_bp.exp: break "=3D" FAIL: gdb.ada/operator_bp.exp: break ">" FAIL: gdb.ada/operator_bp.exp: break ">=3D" FAIL: gdb.ada/operator_bp.exp: break "and" FAIL: gdb.ada/operator_bp.exp: break "not" FAIL: gdb.ada/operator_bp.exp: break "or" FAIL: gdb.ada/operator_bp.exp: break "xor" FAIL: gdb.ada/str_binop_equal.exp: print my_str =3D "ABCD" FAIL: gdb.ada/task_switch_in_core.exp: task 1 FAIL: gdb.arch/i386-disp-step.exp: break test_call FAIL: gdb.arch/i386-disp-step.exp: break test_call_end FAIL: gdb.arch/i386-disp-step.exp: break test_int3 (GDB internal error) FAIL: gdb.arch/i386-disp-step.exp: break test_int3_end (GDB internal error) FAIL: gdb.arch/i386-disp-step.exp: break test_prefixed_abs_jump FAIL: gdb.arch/i386-disp-step.exp: break test_prefixed_abs_jump_end FAIL: gdb.arch/i386-disp-step.exp: break test_prefixed_syscall FAIL: gdb.arch/i386-disp-step.exp: break test_prefixed_syscall_end FAIL: gdb.arch/i386-disp-step.exp: break test_ret FAIL: gdb.arch/i386-disp-step.exp: break test_ret_end FAIL: gdb.arch/i386-disp-step.exp: break test_syscall FAIL: gdb.arch/i386-disp-step.exp: break test_syscall_end FAIL: gdb.arch/i386-disp-step.exp: continue to test_int3 FAIL: gdb.arch/i386-disp-step.exp: continue to test_int3_end FAIL: gdb.arch/i386-disp-step.exp: continue to test_prefixed_syscall FAIL: gdb.arch/i386-disp-step.exp: continue to test_prefixed_syscall_end FAIL: gdb.arch/i386-disp-step.exp: continue to test_syscall_end FAIL: gdb.arch/i386-disp-step.exp: continue until exit at i386-disp-step FAIL: gdb.arch/i386-dr3-watch.exp: continue to i1 watchpoint FAIL: gdb.arch/i386-dr3-watch.exp: continue to i2 watchpoint FAIL: gdb.arch/i386-dr3-watch.exp: continue to i3 watchpoint FAIL: gdb.arch/i386-dr3-watch.exp: continue to i4 watchpoint FAIL: gdb.arch/i386-dr3-watch.exp: set watchpoint occuping one debug regist= er FAIL: gdb.arch/i386-dr3-watch.exp: watch i1 FAIL: gdb.arch/i386-dr3-watch.exp: watch i2 FAIL: gdb.arch/i386-dr3-watch.exp: watch i3 FAIL: gdb.arch/i386-dr3-watch.exp: watch i4 FAIL: gdb.arch/i386-float.exp: bigval: stepi FAIL: gdb.arch/i386-float.exp: smallval: stepi FAIL: gdb.arch/i386-float.exp: val: stepi FAIL: gdb.arch/i386-float.exp: zero: stepi FAIL: gdb.arch/i386-gnu-cfi.exp: continue to abort() FAIL: gdb.arch/i386-gnu-cfi.exp: existence of the CFI inserted register FAIL: gdb.arch/i386-gnu-cfi.exp: shift up to the modified frame FAIL: gdb.arch/i386-prologue.exp: continue in stack_align_eax FAIL: gdb.arch/i386-prologue.exp: continue in stack_align_ecx FAIL: gdb.arch/i386-prologue.exp: continue in stack_align_edx FAIL: gdb.arch/i386-prologue.exp: continue to gdb1253 FAIL: gdb.arch/i386-prologue.exp: continue to gdb1338 FAIL: gdb.arch/i386-prologue.exp: continue to gdb1718 FAIL: gdb.arch/i386-prologue.exp: continue to standard FAIL: gdb.arch/i386-size-overlap.exp: run past main FAIL: gdb.arch/i386-size.exp: run past main FAIL: gdb.arch/i386-sse-stack-align.exp: print (int) g0 () FAIL: gdb.arch/i386-sse-stack-align.exp: print (int) g1 (1) FAIL: gdb.arch/i386-sse-stack-align.exp: print (int) g2 (1, 2) FAIL: gdb.arch/i386-sse-stack-align.exp: print (int) g3 (1, 2, 3) FAIL: gdb.arch/i386-sse-stack-align.exp: print (int) g4 (1, 2, 3, 4) FAIL: gdb.arch/i386-unwind.exp: run past gdb1435 FAIL: gdb.base/annota1.exp: backtrace @ signal handler (timeout) FAIL: gdb.base/annota1.exp: continue to printf FAIL: gdb.base/annota1.exp: run until main breakpoint (timeout) FAIL: gdb.base/annota1.exp: send SIGUSR1 (timeout) FAIL: gdb.base/annota1.exp: signal sent (timeout) FAIL: gdb.base/annota3.exp: backtrace @ signal handler (pattern 2) FAIL: gdb.base/annota3.exp: signal sent (pattern 4) ERROR: Undefined command "". FAIL: gdb.base/attach.exp: attach when process' a.out not in cwd FAIL: gdb.base/attach.exp: attach2, with no file UNRESOLVED: gdb.base/attach.exp: cmdline attach run: run to main FAIL: gdb.base/attach.exp: cmdline attach run: run to prompt FAIL: gdb.base/attach.exp: starting with --pid FAIL: gdb.base/auto-connect-native-target.exp: detach: start FAIL: gdb.base/auto-connect-native-target.exp: disconnect: start FAIL: gdb.base/auto-connect-native-target.exp: kill: start FAIL: gdb.base/auto-connect-native-target.exp: run to exit: c (the program = is no longer running) FAIL: gdb.base/auto-connect-native-target.exp: run to exit: start WARNING: Unrecognized tag value: 134545460 ??? = 0x0 WARNING: Unrecognized tag value: 134548256 ??? = 0x0 WARNING: Unrecognized tag value: 2023 ??? = 0x0 WARNING: Unrecognized tag value: 2023 ??? = 0x0 WARNING: Unrecognized tag value: 4268294144 ??? = 0x0 WARNING: Unrecognized tag value: 4268670976 ??? = 0x0 WARNING: Unrecognized tag value: 4278179219 ??? = 0x0 WARNING: Unrecognized tag value: 4278179298 ??? = 0x0 FAIL: gdb.base/auxv.exp: continue FAIL: gdb.base/auxv.exp: continue UNRESOLVED: gdb.base/auxv.exp: info auxv on gcore-created dump FAIL: gdb.base/auxv.exp: info auxv on live process FAIL: gdb.base/auxv.exp: info auxv on native core dump FAIL: gdb.base/batch-preserve-term-settings.exp: batch run: echo test_echo = (timeout) FAIL: gdb.base/bg-execution-repeat.exp: c 1&: breakpoint hit 1 (timeout) FAIL: gdb.base/bg-execution-repeat.exp: c 1&: breakpoint hit 2 (timeout) FAIL: gdb.base/bg-execution-repeat.exp: c 1&: c 1& FAIL: gdb.base/bg-execution-repeat.exp: c 1&: repeat bg command FAIL: gdb.base/bg-execution-repeat.exp: c&: breakpoint hit 1 (timeout) FAIL: gdb.base/bg-execution-repeat.exp: c&: breakpoint hit 2 (timeout) FAIL: gdb.base/bg-execution-repeat.exp: c&: c& FAIL: gdb.base/bg-execution-repeat.exp: c&: repeat bg command FAIL: gdb.base/bp-cmds-continue-ctrl-c.exp: attach: stop with control-c FAIL: gdb.base/bp-cmds-continue-ctrl-c.exp: attach: stop with control-c (un= expected) FAIL: gdb.base/bp-cmds-continue-ctrl-c.exp: run: stop with control-c FAIL: gdb.base/bp-cmds-continue-ctrl-c.exp: run: stop with control-c (unexp= ected) FAIL: gdb.base/bp-permanent.exp: always_inserted=3Doff, sw_watchpoint=3D0: = basics: disabled permanent breakpoint doesn't explain stop FAIL: gdb.base/bp-permanent.exp: always_inserted=3Doff, sw_watchpoint=3D0: = basics: permanent breakpoint causes random signal FAIL: gdb.base/bp-permanent.exp: always_inserted=3Doff, sw_watchpoint=3D0: = stepi signal with handler: mainline pc points at permanent breakpoint FAIL: gdb.base/bp-permanent.exp: always_inserted=3Doff, sw_watchpoint=3D0: = stepi signal with handler: up to mainline code FAIL: gdb.base/bp-permanent.exp: always_inserted=3Doff, sw_watchpoint=3D1: = basics: disabled permanent breakpoint doesn't explain stop FAIL: gdb.base/bp-permanent.exp: always_inserted=3Doff, sw_watchpoint=3D1: = basics: permanent breakpoint causes random signal FAIL: gdb.base/bp-permanent.exp: always_inserted=3Doff, sw_watchpoint=3D1: = stepi signal with handler: mainline pc points at permanent breakpoint FAIL: gdb.base/bp-permanent.exp: always_inserted=3Doff, sw_watchpoint=3D1: = stepi signal with handler: up to mainline code FAIL: gdb.base/bp-permanent.exp: always_inserted=3Don, sw_watchpoint=3D0: b= asics: disabled permanent breakpoint doesn't explain stop FAIL: gdb.base/bp-permanent.exp: always_inserted=3Don, sw_watchpoint=3D0: b= asics: permanent breakpoint causes random signal FAIL: gdb.base/bp-permanent.exp: always_inserted=3Don, sw_watchpoint=3D0: s= tepi signal with handler: mainline pc points at permanent breakpoint FAIL: gdb.base/bp-permanent.exp: always_inserted=3Don, sw_watchpoint=3D0: s= tepi signal with handler: up to mainline code FAIL: gdb.base/bp-permanent.exp: always_inserted=3Don, sw_watchpoint=3D1: b= asics: disabled permanent breakpoint doesn't explain stop FAIL: gdb.base/bp-permanent.exp: always_inserted=3Don, sw_watchpoint=3D1: b= asics: permanent breakpoint causes random signal FAIL: gdb.base/bp-permanent.exp: always_inserted=3Don, sw_watchpoint=3D1: s= tepi signal with handler: mainline pc points at permanent breakpoint FAIL: gdb.base/bp-permanent.exp: always_inserted=3Don, sw_watchpoint=3D1: s= tepi signal with handler: up to mainline code FAIL: gdb.base/branch-to-self.exp: break-cond: side=3Dhost: continue to bre= akpoint: continue to break (timeout) FAIL: gdb.base/branch-to-self.exp: break-cond: side=3Dhost: p counter (time= out) FAIL: gdb.base/break-probes.exp: ensure using probes FAIL: gdb.base/call-signal-resume.exp: continue to receipt of signal FAIL: gdb.base/catch-follow-exec.exp: catch-follow-exec ERROR: breakpoints not deleted ERROR: breakpoints not deleted ERROR: breakpoints not deleted FAIL: gdb.base/catch-signal.exp: 1: continue FAIL: gdb.base/catch-signal.exp: 1: continue to breakpoint: first INT FAIL: gdb.base/catch-signal.exp: 1: continue to breakpoint: fourth HUP FAIL: gdb.base/catch-signal.exp: 1: continue to breakpoint: third HUP FAIL: gdb.base/catch-signal.exp: 1: delete all breakpoints in delete_breakp= oints (GDB internal error) FAIL: gdb.base/catch-signal.exp: 1: handle SIGHUP nostop noprint nopass FAIL: gdb.base/catch-signal.exp: 1: handle SIGUSR1 nostop noprint pass FAIL: gdb.base/catch-signal.exp: 1: override SIGINT to catch FAIL: gdb.base/catch-signal.exp: 1: setting breakpoint at catch-signal.c:29= (GDB internal error) FAIL: gdb.base/catch-signal.exp: 1: setting breakpoint at catch-signal.c:44= (GDB internal error) UNRESOLVED: gdb.base/catch-signal.exp: 1: setting breakpoint at catch-signa= l.c:46 (GDB internal error) FAIL: gdb.base/catch-signal.exp: 2nd line of save breakpoints for '' FAIL: gdb.base/catch-signal.exp: 2nd line of save breakpoints for 'SIGHUP S= IGUSR2' FAIL: gdb.base/catch-signal.exp: 2nd line of save breakpoints for 'SIGHUP' FAIL: gdb.base/catch-signal.exp: 2nd line of save breakpoints for 'all' FAIL: gdb.base/catch-signal.exp: Number of lines of save breakpoints for '' FAIL: gdb.base/catch-signal.exp: Number of lines of save breakpoints for 'S= IGHUP SIGUSR2' FAIL: gdb.base/catch-signal.exp: Number of lines of save breakpoints for 'S= IGHUP' FAIL: gdb.base/catch-signal.exp: Number of lines of save breakpoints for 'a= ll' FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: fi= rst INT FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: fo= urth HUP FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: th= ird HUP FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: delete all breakpoints in = delete_breakpoints (GDB internal error) FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: handle SIGHUP nostop nopri= nt nopass FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: handle SIGUSR1 nostop nopr= int pass FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: override SIGINT to catch FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: setting breakpoint at catc= h-signal.c:29 (GDB internal error) FAIL: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: setting breakpoint at catc= h-signal.c:44 (GDB internal error) UNRESOLVED: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: setting breakpoint a= t catch-signal.c:46 (GDB internal error) FAIL: gdb.base/catch-signal.exp: SIGHUP: continue FAIL: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: first INT FAIL: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: fourth HUP FAIL: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: third HUP FAIL: gdb.base/catch-signal.exp: SIGHUP: delete all breakpoints in delete_b= reakpoints (GDB internal error) FAIL: gdb.base/catch-signal.exp: SIGHUP: handle SIGHUP nostop noprint nopass FAIL: gdb.base/catch-signal.exp: SIGHUP: handle SIGUSR1 nostop noprint pass FAIL: gdb.base/catch-signal.exp: SIGHUP: override SIGINT to catch FAIL: gdb.base/catch-signal.exp: SIGHUP: setting breakpoint at catch-signal= .c:29 (GDB internal error) FAIL: gdb.base/catch-signal.exp: SIGHUP: setting breakpoint at catch-signal= .c:44 (GDB internal error) UNRESOLVED: gdb.base/catch-signal.exp: SIGHUP: setting breakpoint at catch-= signal.c:46 (GDB internal error) FAIL: gdb.base/catch-signal.exp: setting breakpoint at main (GDB internal e= rror) FAIL: gdb.base/catch-signal.exp: setting breakpoint at main (GDB internal e= rror) FAIL: gdb.base/catch-signal.exp: setting breakpoint at main (GDB internal e= rror) FAIL: gdb.base/catch-signal.exp: setting breakpoint at main (GDB internal e= rror) FAIL: gdb.base/consecutive.exp: stopped at bp, 2nd instr ERROR: Couldn't send info files to GDB. ERROR: Couldn't send quit to GDB. FAIL: gdb.base/corefile.exp: \$_exitsignal prints SIGABRT (6) FAIL: gdb.base/corefile.exp: args: -core=3Dcorefile.core (couldn't find reg= s) FAIL: gdb.base/corefile.exp: attach: with core FAIL: gdb.base/corefile.exp: backtrace in corefile.exp FAIL: gdb.base/corefile.exp: core-file warning-free FAIL: gdb.base/corefile.exp: print func2::coremaker_local UNRESOLVED: gdb.base/corefile.exp: quit with a process UNRESOLVED: gdb.base/corefile.exp: run: core file is cleared FAIL: gdb.base/corefile.exp: run: with core FAIL: gdb.base/corefile.exp: up in corefile.exp FAIL: gdb.base/corefile.exp: up in corefile.exp (reinit) FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: co= ntinue: no double prompt (timeout) FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: co= ntinue: set height unlimited FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wr= apcont: no double prompt (timeout) FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wr= apcont: set height unlimited FAIL: gdb.base/dprintf-detach.exp: bai=3Doff ds=3Dagent dd=3Doff: re-attach= to inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Doff ds=3Dagent dd=3Don: re-attach = to inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Doff ds=3Dcall dd=3Doff: re-attach = to inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Doff ds=3Dcall dd=3Don: re-attach t= o inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Doff ds=3Dgdb dd=3Doff: re-attach t= o inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Doff ds=3Dgdb dd=3Don: re-attach to= inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Don ds=3Dagent dd=3Doff: re-attach = to inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Don ds=3Dagent dd=3Don: re-attach t= o inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Don ds=3Dcall dd=3Doff: re-attach t= o inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Don ds=3Dcall dd=3Don: re-attach to= inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Don ds=3Dgdb dd=3Doff: re-attach to= inferior FAIL: gdb.base/dprintf-detach.exp: bai=3Don ds=3Dgdb dd=3Don: re-attach to = inferior FAIL: gdb.base/dprintf-non-stop.exp: can't run to main FAIL: gdb.base/dprintf.exp: call: fprintf: 1st dprintf (timeout) FAIL: gdb.base/dprintf.exp: call: fprintf: 2nd dprintf (timeout) FAIL: gdb.base/ending-run.exp: step to end of run FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 1 = char backward FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 1 = string backward (1/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 1 = string backward (2/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 1 = string backward (3/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 1 = string backward (4/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 1 = string backward (5/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 1 = string backward (6/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 4 = characters backward FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 6 = strings backward (pattern 1) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 6 = strings forward (pattern 1) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D0: take 6 = strings forward again (pattern 1) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 1= char backward FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 1= char backward again FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 1= string backward (1/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 1= string backward (2/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 1= string backward (3/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 1= string backward (4/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 1= string backward (5/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 1= string backward (6/6) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 6= strings backward (pattern 1) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 6= strings forward (pattern 1) FAIL: gdb.base/examine-backward.exp: char-width=3D2, print-max=3D20: take 6= strings forward again (pattern 1) FAIL: gdb.base/examine-backward.exp: set charset ASCII FAIL: gdb.base/exitsignal.exp: \$_exitsignal is 11 (SIGSEGV) after SIGSEGV. FAIL: gdb.base/exitsignal.exp: \$_exitsignal is 11 (SIGSEGV) after restarti= ng the inferior FAIL: gdb.base/exitsignal.exp: program terminated with SIGSEGV FAIL: gdb.base/exitsignal.exp: trigger SIGSEGV FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=3Doff:= follow_fork_mode=3Dchild: detach_on_fork=3Doff: run (the program exited) FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=3Doff:= follow_fork_mode=3Dchild: detach_on_fork=3Don: run (the program exited) FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=3Doff:= follow_fork_mode=3Dparent: detach_on_fork=3Doff: run (the program exited) FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=3Doff:= follow_fork_mode=3Dparent: detach_on_fork=3Don: run (the program exited) FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=3Don: = follow_fork_mode=3Dchild: detach_on_fork=3Doff: run (the program exited) FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=3Don: = follow_fork_mode=3Dchild: detach_on_fork=3Don: run (the program exited) FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=3Don: = follow_fork_mode=3Dparent: detach_on_fork=3Doff: run (the program exited) FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=3Don: = follow_fork_mode=3Dparent: detach_on_fork=3Don: run (the program exited) FAIL: gdb.base/func-ptrs.exp: stop in sentinel FAIL: gdb.base/gcore.exp: capture_command_output for print array_func::loca= l_array FAIL: gdb.base/gcore.exp: corefile restored all registers FAIL: gdb.base/gcore.exp: corefile restored backtrace FAIL: gdb.base/gcore.exp: corefile restored general registers FAIL: gdb.base/gcore.exp: corefile restored stack array FAIL: gdb.base/gcore.exp: where in corefile (pattern 1) ERROR: : spawn id exp9 not open ERROR: Could not resync from internal error (timeout) UNRESOLVED: gdb.base/gdb-sigterm.exp: 50 SIGTERM passes FAIL: gdb.base/gdb-sigterm.exp: expect eof #0 (GDB internal error) FAIL: gdb.base/gnu-debugdata.exp: strip ERROR: (/vol/obj/gnu/gdb/gdb/11.5-amd64-local/gdb/testsuite/outputs/gdb.bas= e/gnu-ifunc/gnu-ifunc-1-0-0) No such file or directory ERROR: error copying "/vol/obj/gnu/gdb/gdb/11.5-amd64-local/gdb/testsuite/o= utputs/gdb.base/gnu-ifunc/gnu-ifunc-lib-1-0-0.so": no such file or directory FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D0: continue to break-at-nextcall FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D0: continue to breakpoint: nextcall gnu_ifunc FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D0: nextcall gnu_ifunc skipped FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D0: p gnu_ifunc executing (GDB internal error) FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D0: set-break: resolve: continue to breakpoint: break-at-exit FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D0: step FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D1: continue to break-at-nextcall FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D1: continue to breakpoint: nextcall gnu_ifunc FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D1: nextcall gnu_ifunc skipped FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D1: p gnu_ifunc executing (GDB internal error) FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D1: set-break: resolve: continue to breakpoint: break-at-exit FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D0: final_= debug=3D1: step FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D0: continue to break-at-nextcall FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D0: continue to breakpoint: nextcall gnu_ifunc FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D0: nextcall gnu_ifunc skipped FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D0: p gnu_ifunc executing (GDB internal error) FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D0: set-break: resolve: continue to breakpoint: break-at-exit FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D0: step FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D1: continue to break-at-nextcall FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D1: continue to breakpoint: nextcall gnu_ifunc FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D1: nextcall gnu_ifunc skipped FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D1: p gnu_ifunc executing (GDB internal error) FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D1: set-break: resolve: continue to breakpoint: break-at-exit FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=3D0: resolver_debug=3D1: final_= debug=3D1: step ERROR: tcl error sourcing /vol/src/gnu/gdb/hg/master/local/gdb/testsuite/gd= b.base/gnu-ifunc.exp. FAIL: gdb.base/hbreak.exp: continue to break-at-exit after hbreak (the prog= ram exited) FAIL: gdb.base/hbreak.exp: hbreak FAIL: gdb.base/hook-stop.exp: hook-stop runs before frame print: run hook-s= top FAIL: gdb.base/hook-stop.exp: hook-stop runs continue&: inferior exits norm= ally (timeout) FAIL: gdb.base/hook-stop.exp: hook-stop runs continue&: info threads FAIL: gdb.base/infcall-exec.exp: call execlp FAIL: gdb.base/interrupt-daemon.exp: can't run to daemon_main function FAIL: gdb.base/interrupt.exp: Send Control-C, second time FAIL: gdb.base/interrupt.exp: call function when asleep (stays asleep) FAIL: gdb.base/interrupt.exp: send_gdb control C FAIL: gdb.base/kill-after-signal.exp: continue FAIL: gdb.base/kill-after-signal.exp: stepi ERROR: Process no longer exists UNRESOLVED: gdb.base/libsegfault.exp: gdb emits custom handler warning FAIL: gdb.base/memattr.exp: delete mem 1 FAIL: gdb.base/memattr.exp: delete mem 2 4 FAIL: gdb.base/memattr.exp: delete mem 2-4 FAIL: gdb.base/memattr.exp: delete non-existant region FAIL: gdb.base/memattr.exp: disable mem FAIL: gdb.base/memattr.exp: disable mem 1 FAIL: gdb.base/memattr.exp: disable mem 2 4 FAIL: gdb.base/memattr.exp: disable non-existant regions FAIL: gdb.base/memattr.exp: enable mem FAIL: gdb.base/memattr.exp: enable mem 1 FAIL: gdb.base/memattr.exp: enable mem 2-4 FAIL: gdb.base/memattr.exp: mem1 can be written FAIL: gdb.base/memattr.exp: mem2 can be read FAIL: gdb.base/memattr.exp: mem2 cannot be written FAIL: gdb.base/multi-line-starts-subshell.exp: shell input works (timeout) FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: continue& FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: continue& pag= inates (timeout) FAIL: gdb.base/paginate-bg-execution.exp: cancel with quit: cancel paginati= on (got interactive prompt) FAIL: gdb.base/paginate-bg-execution.exp: cancel with quit: continue& FAIL: gdb.base/paginate-bg-execution.exp: cancel with quit: continue& pagin= ates (timeout) FAIL: gdb.base/paginate-bg-execution.exp: paginate: continue& FAIL: gdb.base/paginate-bg-execution.exp: paginate: pagination handled, bre= akpoint hit (timeout) FAIL: gdb.base/pr11022.exp: set watchpoint FAIL: gdb.base/pr11022.exp: watchpoint hit FAIL: gdb.base/pr11022.exp: watchpoint hit 2 FAIL: gdb.base/prelink.exp: ldd prelinkt output contains libs FAIL: gdb.base/prelink.exp: split debug of executable FAIL: gdb.base/prelink.exp: unprelink ld.so.1 pre-unprelink (missing /usr/s= bin/prelink) ( is already prelinked) FAIL: gdb.base/print-symbol-loading.exp: core brief: library got loaded FAIL: gdb.base/print-symbol-loading.exp: core full: library got loaded FAIL: gdb.base/print-symbol-loading.exp: core off: library got loaded FAIL: gdb.base/print-symbol-loading.exp: shlib brief: continue to breakpoin= t: lib (GDB internal error) FAIL: gdb.base/print-symbol-loading.exp: shlib brief: library got loaded FAIL: gdb.base/print-symbol-loading.exp: shlib brief: load shared-lib FAIL: gdb.base/print-symbol-loading.exp: shlib full: continue to breakpoint= : lib (GDB internal error) FAIL: gdb.base/print-symbol-loading.exp: shlib full: library got loaded FAIL: gdb.base/print-symbol-loading.exp: shlib off: continue to breakpoint:= lib (GDB internal error) FAIL: gdb.base/print-symbol-loading.exp: shlib off: library got loaded FAIL: gdb.base/print-symbol-loading.exp: shlib off: load shared-lib FAIL: gdb.base/printcmds.exp: p &ctable1[16*8] FAIL: gdb.base/printcmds.exp: p &ctable1[17*8] FAIL: gdb.base/printcmds.exp: p &ctable1[18*8] FAIL: gdb.base/printcmds.exp: p ctable1[135] FAIL: gdb.base/printcmds.exp: p ctable1[136] FAIL: gdb.base/printcmds.exp: p ctable1[137] FAIL: gdb.base/printcmds.exp: p ctable1[140] FAIL: gdb.base/printcmds.exp: p ctable1[148] FAIL: gdb.base/printcmds.exp: set target-charset ASCII FAIL: gdb.base/printcmds.exp: set target-charset ASCII FAIL: gdb.base/printcmds.exp: set target-charset ASCII FAIL: gdb.base/printcmds.exp: set target-charset ISO-8859-1 FAIL: gdb.base/printcmds.exp: set target-charset ISO-8859-1 FAIL: gdb.base/printcmds.exp: set target-charset ISO-8859-1 FAIL: gdb.base/quit-live.exp: appear_how=3Dattach-nofile: extra_inferior=3D= 0: quit_how=3Dquit: attach FAIL: gdb.base/quit-live.exp: appear_how=3Dattach-nofile: extra_inferior=3D= 0: quit_how=3Dsighup: attach FAIL: gdb.base/quit-live.exp: appear_how=3Dattach-nofile: extra_inferior=3D= 0: quit_how=3Dsigterm: attach FAIL: gdb.base/quit-live.exp: appear_how=3Dattach-nofile: extra_inferior=3D= 1: quit_how=3Dquit: attach FAIL: gdb.base/quit-live.exp: appear_how=3Dattach-nofile: extra_inferior=3D= 1: quit_how=3Dsighup: attach FAIL: gdb.base/quit-live.exp: appear_how=3Dattach-nofile: extra_inferior=3D= 1: quit_how=3Dsigterm: attach FAIL: gdb.base/random-signal.exp: attach: stop with control-c (timeout) FAIL: gdb.base/random-signal.exp: run: stop with control-c (timeout) FAIL: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 1 FAIL: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 7 FAIL: gdb.base/readline.exp: operate-and-get-next with secondary prompt - s= end end FAIL: gdb.base/readline.exp: print 42 FAIL: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32= 494 FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32= 494 FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32= 494 FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32= 494 FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32= 492 FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32= 493 FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32= 494 FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains callee = caller dummy catcher sigtramp thrower main FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains caller = dummy catcher sigtramp thrower main FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher= sigtramp thrower main FAIL: gdb.base/savedregs.exp: get thrower info frame FAIL: gdb.base/setvar.exp: set target-charset ASCII FAIL: gdb.base/setvar.exp: set target-charset ASCII FAIL: gdb.base/setvar.exp: set target-charset ASCII FAIL: gdb.base/setvar.exp: set target-charset ISO-8859-1 FAIL: gdb.base/setvar.exp: set target-charset ISO-8859-1 FAIL: gdb.base/setvar.exp: set target-charset ISO-8859-1 FAIL: gdb.base/shlib-call.exp: next over shr1 (timeout) FAIL: gdb.base/shlib-call.exp: print shr1(1) (timeout) FAIL: gdb.base/shlib-call.exp: print shr1(1) 2nd time (timeout) FAIL: gdb.base/shlib-call.exp: print shr1(g) (timeout) FAIL: gdb.base/sigall.exp: get signal ABRT FAIL: gdb.base/sigall.exp: get signal ALRM FAIL: gdb.base/sigall.exp: get signal BUS FAIL: gdb.base/sigall.exp: get signal CHLD FAIL: gdb.base/sigall.exp: get signal CONT FAIL: gdb.base/sigall.exp: get signal EMT FAIL: gdb.base/sigall.exp: get signal FPE FAIL: gdb.base/sigall.exp: get signal HUP FAIL: gdb.base/sigall.exp: get signal ILL FAIL: gdb.base/sigall.exp: get signal IO FAIL: gdb.base/sigall.exp: get signal LOST FAIL: gdb.base/sigall.exp: get signal LWP FAIL: gdb.base/sigall.exp: get signal PIPE FAIL: gdb.base/sigall.exp: get signal PROF FAIL: gdb.base/sigall.exp: get signal PWR FAIL: gdb.base/sigall.exp: get signal QUIT FAIL: gdb.base/sigall.exp: get signal SEGV FAIL: gdb.base/sigall.exp: get signal SYS FAIL: gdb.base/sigall.exp: get signal TERM FAIL: gdb.base/sigall.exp: get signal TSTP FAIL: gdb.base/sigall.exp: get signal TTIN FAIL: gdb.base/sigall.exp: get signal TTOU FAIL: gdb.base/sigall.exp: get signal URG FAIL: gdb.base/sigall.exp: get signal USR1 FAIL: gdb.base/sigall.exp: get signal USR2 FAIL: gdb.base/sigall.exp: get signal VTALRM FAIL: gdb.base/sigall.exp: get signal WAITING FAIL: gdb.base/sigall.exp: get signal WINCH FAIL: gdb.base/sigall.exp: get signal XCPU FAIL: gdb.base/sigall.exp: get signal XFSZ FAIL: gdb.base/sigaltstack.exp: backtrace (pattern 2) FAIL: gdb.base/sigaltstack.exp: finish from catch INNER (the program is no = longer running) FAIL: gdb.base/sigaltstack.exp: finish from catch LEAF FAIL: gdb.base/sigaltstack.exp: finish to MAIN (the program is no longer ru= nning) FAIL: gdb.base/sigaltstack.exp: finish to OUTER (the program is no longer r= unning) FAIL: gdb.base/sigaltstack.exp: finish to catch INNER (the program exited) FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN (the program is no lon= ger running) FAIL: gdb.base/sigaltstack.exp: finish to throw INNER FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint = 2 of 3 FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault FAIL: gdb.base/sigbpt.exp: cont; stepi fault FAIL: gdb.base/sigbpt.exp: get insn after fault FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler FAIL: gdb.base/sigbpt.exp: stepping to fault FAIL: gdb.base/sigbpt.exp: verify that SIGSEGV occurs at the last STEPI ins= n (none 0x8050cb3) FAIL: gdb.base/siginfo-addr.exp: continue to signal FAIL: gdb.base/siginfo-addr.exp: correct si_addr (the program exited) FAIL: gdb.base/siginfo-infcall.exp: continue to SIGUSR1 FAIL: gdb.base/siginfo-infcall.exp: continue to the handler FAIL: gdb.base/siginfo.exp: backtrace for nexti (pattern 2) FAIL: gdb.base/siginfo.exp: step out of handler FAIL: gdb.base/signals.exp: backtrace for SIGUSR1 FAIL: gdb.base/signals.exp: backtrace from handler when calling func1 FAIL: gdb.base/signest.exp: continue to fault FAIL: gdb.base/signest.exp: run through nested faults (the program exited) FAIL: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV FAIL: gdb.base/signull.exp: code; take the SIGSEGV FAIL: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV FAIL: gdb.base/signull.exp: data read; take the SIGSEGV FAIL: gdb.base/signull.exp: data write; backtrace from keeper through SIGSE= GV FAIL: gdb.base/signull.exp: data write; take the SIGSEGV FAIL: gdb.base/signull.exp: probe function pointer FAIL: gdb.base/sigrepeat.exp: next (timeout) FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next f= rom handler: leave handler FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step f= rom handler: leave handler FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, nex= t from handler: leave handler FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, ste= p from handler: leave handler FAIL: gdb.base/sigstep.exp: displaced=3Doff: continue on breakpoint, skip h= andler, with sw-watchpoint: performing continue (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: continue on breakpoint, to han= dler entry: backtrace (pattern 2) FAIL: gdb.base/sigstep.exp: displaced=3Doff: continue on breakpoint, to han= dler: backtrace (pattern 2) FAIL: gdb.base/sigstep.exp: displaced=3Doff: next on breakpoint, skip handl= er, with sw-watchpoint: performing next (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: next on breakpoint, skip handl= er: performing next (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: next on breakpoint, to handler= entry: backtrace (pattern 1) (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: next on breakpoint, to handler= entry: performing next (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: next on breakpoint, to handler= : backtrace (pattern 1) (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: next on breakpoint, to handler= : performing next (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: step on breakpoint, skip handl= er, with sw-watchpoint: performing step (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: step on breakpoint, skip handl= er: performing step (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: step on breakpoint, to handler= entry: backtrace (pattern 1) (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: step on breakpoint, to handler= entry: performing step (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: step on breakpoint, to handler= : backtrace (pattern 1) (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Doff: step on breakpoint, to handler= : performing step (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: continue on breakpoint, skip ha= ndler, with sw-watchpoint: performing continue (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: continue on breakpoint, to hand= ler entry: backtrace (pattern 2) FAIL: gdb.base/sigstep.exp: displaced=3Don: continue on breakpoint, to hand= ler: backtrace (pattern 2) FAIL: gdb.base/sigstep.exp: displaced=3Don: next on breakpoint, skip handle= r, with sw-watchpoint: performing next (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: next on breakpoint, skip handle= r: performing next (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: next on breakpoint, to handler = entry: backtrace (pattern 1) (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: next on breakpoint, to handler = entry: performing next (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: next on breakpoint, to handler:= backtrace (pattern 1) (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: next on breakpoint, to handler:= performing next (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: step on breakpoint, skip handle= r, with sw-watchpoint: performing step (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: step on breakpoint, skip handle= r: performing step (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: step on breakpoint, to handler = entry: backtrace (pattern 1) (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: step on breakpoint, to handler = entry: performing step (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: step on breakpoint, to handler:= backtrace (pattern 1) (timeout) FAIL: gdb.base/sigstep.exp: displaced=3Don: step on breakpoint, to handler:= performing step (timeout) FAIL: gdb.base/sigstep.exp: finish from handleri: leave handler FAIL: gdb.base/sigstep.exp: finish from handleri: leave signal trampoline FAIL: gdb.base/sigstep.exp: next over handler: performing next (timeout) FAIL: gdb.base/sigstep.exp: next to handler entry: performing next (timeout) FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, continue f= rom handler: continue to signal FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, next from = handler: continue to signal FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, step from = handler: continue to signal FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continu= e from handler: continue to signal FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next fr= om handler: continue to signal FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next fr= om handler: leave handler FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step fr= om handler: continue to signal FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step fr= om handler: leave handler FAIL: gdb.base/sigstep.exp: next to handler: performing next (timeout) FAIL: gdb.base/sigstep.exp: nexti from handleri: leave handler FAIL: gdb.base/sigstep.exp: nexti from handleri: leave signal trampoline FAIL: gdb.base/sigstep.exp: nexti to handler entry: performing nexti FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue = from handler: continue to signal FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from= handler: continue to signal FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from= handler: leave handler FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from= handler: continue to signal FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from= handler: leave handler FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, contin= ue from handler: continue to signal FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next f= rom handler: continue to signal FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next f= rom handler: leave handler FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step f= rom handler: continue to signal FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step f= rom handler: leave handler FAIL: gdb.base/sigstep.exp: return from handleri: leave handler FAIL: gdb.base/sigstep.exp: return from handleri: leave signal trampoline FAIL: gdb.base/sigstep.exp: step over handler: performing step (timeout) FAIL: gdb.base/sigstep.exp: step to handler entry: performing step (timeout) FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, continue f= rom handler: continue to signal FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, next from = handler: continue to signal FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, step from = handler: continue to signal FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continu= e from handler: continue to signal FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next fr= om handler: continue to signal FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next fr= om handler: leave handler FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step fr= om handler: continue to signal FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step fr= om handler: leave handler FAIL: gdb.base/sigstep.exp: step to handler: performing step (timeout) FAIL: gdb.base/sigstep.exp: stepi from handleri: leave handler FAIL: gdb.base/sigstep.exp: stepi from handleri: leave signal trampoline FAIL: gdb.base/sigstep.exp: stepi to handler entry: performing stepi FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue = from handler: continue to signal FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from= handler: continue to signal FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from= handler: leave handler FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from= handler: continue to signal FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from= handler: leave handler FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, contin= ue from handler: continue to signal FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next f= rom handler: continue to signal FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next f= rom handler: leave handler FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step f= rom handler: continue to signal FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step f= rom handler: leave handler FAIL: gdb.base/sigstep.exp: validate backtrace: backtrace for nexti (patter= n 2) FAIL: gdb.base/skip.exp: step after disabling 3: step 3 FAIL: gdb.base/skip.exp: step after disabling 3: step 5 FAIL: gdb.base/skip.exp: step using -fu for baz: step 3 FAIL: gdb.base/skip.exp: step using -fu for baz: step 5 FAIL: gdb.base/skip.exp: step using -rfu for baz: step 3 FAIL: gdb.base/skip.exp: step using -rfu for baz: step 5 FAIL: gdb.base/step-symless.exp: step FAIL: gdb.base/store.exp: upvar charest l; print old r, expecting -2 .* FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4 FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1 FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2 FAIL: gdb.base/store.exp: upvar double l; set l to 4 FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4 FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1 FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2 FAIL: gdb.base/store.exp: upvar doublest l; set l to 4 FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4 FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1 FAIL: gdb.base/store.exp: upvar float l; print old r, expecting -2 FAIL: gdb.base/store.exp: upvar float l; set l to 4 FAIL: gdb.base/store.exp: upvar longest l; print old r, expecting -2 FAIL: gdb.base/store.exp: var charest l; print old r, expecting -2 .* FAIL: gdb.base/store.exp: var double l; print incremented l, expecting 2 FAIL: gdb.base/store.exp: var double l; print new l, expecting 4 FAIL: gdb.base/store.exp: var double l; print old l, expecting -1 FAIL: gdb.base/store.exp: var double l; print old r, expecting -2 FAIL: gdb.base/store.exp: var double l; setting l to 4 FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2 FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4 FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1 FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2 FAIL: gdb.base/store.exp: var doublest l; setting l to 4 FAIL: gdb.base/store.exp: var float l; print incremented l, expecting 2 FAIL: gdb.base/store.exp: var float l; print new l, expecting 4 FAIL: gdb.base/store.exp: var float l; print old l, expecting -1 FAIL: gdb.base/store.exp: var float l; print old r, expecting -2 FAIL: gdb.base/store.exp: var float l; setting l to 4 FAIL: gdb.base/store.exp: var longest l; print old r, expecting -2 ERROR: Undefined command "break fun=C3=A7=C3=A3o2". UNRESOLVED: gdb.base/utf8-identifiers.exp: break fun=C3=A7=C3=A3o2 FAIL: gdb.base/utf8-identifiers.exp: continue FAIL: gdb.base/utf8-identifiers.exp: info breakpoints FAIL: gdb.base/utf8-identifiers.exp: print g_s.num_=E2=82=AC FAIL: gdb.base/utf8-identifiers.exp: print num_=E2=82=AC FAIL: gdb.base/utf8-identifiers.exp: tab complete "break my_fun" (timeout) FAIL: gdb.base/utf8-identifiers.exp: tab complete "print g_s.num" (timeout) FAIL: gdb.base/vdso-warning.exp: core: startup FAIL: gdb.base/watch-read.exp: only read watchpoint triggers when value doe= sn't change (timeout) FAIL: gdb.base/watch-read.exp: only write watchpoint triggers when value ch= anges (timeout) FAIL: gdb.base/watch-read.exp: read watchpoint triggers on first read (time= out) FAIL: gdb.base/watch-read.exp: read watchpoint triggers on read after value= changed (timeout) FAIL: gdb.base/watch-read.exp: read watchpoint triggers when value doesn't = change, trapping reads and writes (timeout) FAIL: gdb.base/watch-read.exp: set hardware read watchpoint on global varia= ble FAIL: gdb.base/watch-read.exp: set write watchpoint on global variable (tim= eout) FAIL: gdb.base/watch-read.exp: write watchpoint triggers (timeout) FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 1 FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration = 2 (timeout) FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration = 3 (timeout) FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration = 4 (timeout) FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration = 5 (timeout) FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 1 FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 2 (time= out) FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 3 (time= out) FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 4 (time= out) FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 5 (time= out) FAIL: gdb.base/watch_thread_num.exp: info breakpoint shows watchpoint is th= read-specific FAIL: gdb.base/watch_thread_num.exp: watchpoint on shared variable FAIL: gdb.base/watchpoint-hw-attach.exp: attach FAIL: gdb.base/watchpoint-hw-attach.exp: continue FAIL: gdb.base/watchpoint-hw-attach.exp: watch watched_variable FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue to break-at-exit (the p= rogram exited) FAIL: gdb.base/watchpoint-hw.exp: info watchpoints (timeout) FAIL: gdb.base/watchpoint-hw.exp: start (timeout) FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 1, iter 0: base + 0: stepi advanced FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 1, iter 0: base + 0: watch *(buf.byte + 0 + 0)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 1, iter 0: base + 1: watch *(buf.byte + 0 + 1)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 1, iter 1: base + 0: watch *(buf.byte + 1 + 0)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 1, iter 1: base + 1: watch *(buf.byte + 1 + 1)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 1, iter 2: base + 0: watch *(buf.byte + 2 + 0)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 1, iter 2: base + 1: watch *(buf.byte + 2 + 1)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 1, iter 3: base + 0: watch *(buf.byte + 3 + 0)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 1, iter 3: base + 1: watch *(buf.byte + 3 + 1)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 2, iter 0: base + 0: watch *(buf.byte + 0 + 0)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 2, iter 0: base + 1: watch *(buf.byte + 0 + 1)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 2, iter 1: base + 0: watch *(buf.byte + 1 + 0)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 2, iter 1: base + 1: watch *(buf.byte + 1 + 1)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 2, iter 2: base + 0: watch *(buf.byte + 2 + 0)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 2, iter 2: base + 1: watch *(buf.byte + 2 + 1)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 2, iter 3: base + 0: watch *(buf.byte + 3 + 0)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 2, iter 3: base + 1: watch *(buf.byte + 3 + 1)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 3, iter 0: base + 0: watch *(buf.byte + 0 + 0)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 3, iter 0: base + 1: watch *(buf.byte + 0 + 1)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 3, iter 1: base + 0: watch *(buf.byte + 1 + 0)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 3, iter 1: base + 1: watch *(buf.byte + 1 + 1)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 3, iter 2: base + 0: watch *(buf.byte + 2 + 0)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 3, iter 2: base + 1: watch *(buf.byte + 2 + 1)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 3, iter 3: base + 0: watch *(buf.byte + 3 + 0)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: wa= tch x watch: : width 3, iter 3: base + 1: watch *(buf.byte + 3 + 1)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 1, iter 0: base + 0: watch *(buf.byte + 0 + 0)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 1, iter 0: base + 1: watch *(buf.byte + 0 + 1)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 1, iter 1: base + 0: watch *(buf.byte + 1 + 0)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 1, iter 1: base + 1: watch *(buf.byte + 1 + 1)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 1, iter 2: base + 0: watch *(buf.byte + 2 + 0)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 1, iter 2: base + 1: watch *(buf.byte + 2 + 1)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 1, iter 3: base + 0: watch *(buf.byte + 3 + 0)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 1, iter 3: base + 1: watch *(buf.byte + 3 + 1)@1 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 2, iter 0: base + 0: watch *(buf.byte + 0 + 0)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 2, iter 0: base + 1: watch *(buf.byte + 0 + 1)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 2, iter 1: base + 0: watch *(buf.byte + 1 + 0)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 2, iter 1: base + 1: watch *(buf.byte + 1 + 1)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 2, iter 2: base + 0: watch *(buf.byte + 2 + 0)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 2, iter 2: base + 1: watch *(buf.byte + 2 + 1)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 2, iter 3: base + 0: watch *(buf.byte + 3 + 0)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 2, iter 3: base + 1: watch *(buf.byte + 3 + 1)@2 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 3, iter 0: base + 0: watch *(buf.byte + 0 + 0)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 3, iter 0: base + 1: watch *(buf.byte + 0 + 1)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 3, iter 1: base + 0: watch *(buf.byte + 1 + 0)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 3, iter 1: base + 1: watch *(buf.byte + 1 + 1)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 3, iter 2: base + 0: watch *(buf.byte + 2 + 0)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 3, iter 2: base + 1: watch *(buf.byte + 2 + 1)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 3, iter 3: base + 0: watch *(buf.byte + 3 + 0)@3 FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: wat= ch x watch: : width 3, iter 3: base + 1: watch *(buf.byte + 3 + 1)@3 FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: always-inserted off: har= dware watchpoint triggers FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: always-inserted off: set= hardware watchpoint on global variable FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: always-inserted on: hard= ware watchpoint triggers FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: always-inserted on: set = hardware watchpoint on global variable ERROR: can't read "wpoffset_to_wpnum(1)": no such element in array FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: delete (got interactive prompt) FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0] FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D0) rd(size=3D= 1 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D0) rd(size=3D= 2 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D0) rd(size=3D= 4 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D0) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D1) rd(size=3D= 1 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D1) rd(size=3D= 2 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D1) rd(size=3D= 4 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D1) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D2) rd(size=3D= 1 offset=3D2) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D2) rd(size=3D= 2 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D2) rd(size=3D= 4 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D2) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D3) rd(size=3D= 1 offset=3D3) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D3) rd(size=3D= 2 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D3) rd(size=3D= 4 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D3) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D4) rd(size=3D= 1 offset=3D4) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D4) rd(size=3D= 2 offset=3D2) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D4) rd(size=3D= 4 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D4) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D5) rd(size=3D= 1 offset=3D5) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D5) rd(size=3D= 2 offset=3D2) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D5) rd(size=3D= 4 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D5) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D6) rd(size=3D= 1 offset=3D6) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D6) rd(size=3D= 2 offset=3D3) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D6) rd(size=3D= 4 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D6) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D7) rd(size=3D= 1 offset=3D7) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D7) rd(size=3D= 2 offset=3D3) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D7) rd(size=3D= 4 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D1 offset=3D7) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D0) rd(size=3D= 1 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D0) rd(size=3D= 1 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D0) rd(size=3D= 2 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D0) rd(size=3D= 4 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D0) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D1) rd(size=3D= 1 offset=3D2) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D1) rd(size=3D= 1 offset=3D3) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D1) rd(size=3D= 2 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D1) rd(size=3D= 4 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D1) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D2) rd(size=3D= 1 offset=3D4) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D2) rd(size=3D= 1 offset=3D5) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D2) rd(size=3D= 2 offset=3D2) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D2) rd(size=3D= 4 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D2) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D3) rd(size=3D= 1 offset=3D6) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D3) rd(size=3D= 1 offset=3D7) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D3) rd(size=3D= 2 offset=3D3) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D3) rd(size=3D= 4 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D2 offset=3D3) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D0) rd(size=3D= 1 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D0) rd(size=3D= 1 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D0) rd(size=3D= 1 offset=3D2) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D0) rd(size=3D= 1 offset=3D3) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D0) rd(size=3D= 2 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D0) rd(size=3D= 2 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D0) rd(size=3D= 4 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D0) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D1) rd(size=3D= 1 offset=3D4) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D1) rd(size=3D= 1 offset=3D5) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D1) rd(size=3D= 1 offset=3D6) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D1) rd(size=3D= 1 offset=3D7) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D1) rd(size=3D= 2 offset=3D2) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D1) rd(size=3D= 2 offset=3D3) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D1) rd(size=3D= 4 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D4 offset=3D1) rd(size=3D= 8 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 1 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 1 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 1 offset=3D2) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 1 offset=3D3) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 1 offset=3D4) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 1 offset=3D5) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 1 offset=3D6) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 1 offset=3D7) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 2 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 2 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 2 offset=3D2) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 2 offset=3D3) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 4 offset=3D0) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 4 offset=3D1) expect=3D1 FAIL: gdb.base/watchpoint-unaligned.exp: wp(size=3D8 offset=3D0) rd(size=3D= 8 offset=3D0) expect=3D1 ERROR: tcl error sourcing /vol/src/gnu/gdb/hg/master/local/gdb/testsuite/gd= b.base/watchpoint-unaligned.exp. FAIL: gdb.base/watchpoint.exp: continue with watch foo2 FAIL: gdb.base/watchpoint.exp: continue with watch foo4 FAIL: gdb.base/watchpoint.exp: watch foo2 FAIL: gdb.base/watchpoint.exp: watch foo4 XPASS: gdb.cp/align.exp: print alignof(double) XPASS: gdb.cp/align.exp: print alignof(long long) XPASS: gdb.cp/align.exp: print alignof(t_double) XPASS: gdb.cp/align.exp: print alignof(t_long_long) XPASS: gdb.cp/align.exp: print alignof(t_unsigned_long_long) XPASS: gdb.cp/align.exp: print alignof(typeof(item_double)) XPASS: gdb.cp/align.exp: print alignof(typeof(item_long_long)) XPASS: gdb.cp/align.exp: print alignof(typeof(item_unsigned_long_long)) XPASS: gdb.cp/align.exp: print alignof(unsigned long long) FAIL: gdb.cp/breakpoint.exp: continue to C1::Nested::foo FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue FAIL: gdb.cp/cpexprs.exp: continue to test_function for base1::a_function FAIL: gdb.cp/cpexprs.exp: continue to test_function for base1::base1(int) FAIL: gdb.cp/cpexprs.exp: continue to test_function for base1::base1(void) FAIL: gdb.cp/cpexprs.exp: continue to test_function for base2::a_function FAIL: gdb.cp/cpexprs.exp: continue to test_function for base2::base2 FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::base(int) FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::base(void) FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator char* FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator dele= te FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator dele= te[] FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator fluf= f const* const* FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator fluf= f* FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator fluf= f** FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator int FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator new FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator new[] FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator! FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator!=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator% FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator%=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator& FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator&& FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator&=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator() FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator* FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator*=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator+ FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator++ FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator+=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator- FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator-- FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator-=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator/ FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator/=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator< FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator<< FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator<<=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator<=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator=3D=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator> FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator>=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator>> FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator>>=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator[] FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator^ FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator^=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator| FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator|=3D FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator|| FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::operator~ FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::overload(base= &) const FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::overload(char= *) const FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::overload(int)= const FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::overload(long= ) const FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::overload(shor= t) const FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::overload(void= ) const FAIL: gdb.cp/cpexprs.exp: continue to test_function for base::~base FAIL: gdb.cp/cpexprs.exp: continue to test_function for derived::a_function FAIL: gdb.cp/cpexprs.exp: continue to test_function for derived::derived FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for flubber FAIL: gdb.cp/cpexprs.exp: continue to test_function for policy1::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policy1::policy FAIL: gdb.cp/cpexprs.exp: continue to test_function for policy2::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policy2::policy FAIL: gdb.cp/cpexprs.exp: continue to test_function for policy3::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policy3::policy FAIL: gdb.cp/cpexprs.exp: continue to test_function for policy4::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policy4::policy FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd1::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd1::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd1::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd2::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd2::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd2::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd3::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd3::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd3::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd4::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd4::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd4::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd5::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd5::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd5::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd >::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd= , operation_1 > >::function FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd= , operation_1 > >::policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for policyd= , operation_1 > >::~policyd FAIL: gdb.cp/cpexprs.exp: continue to test_function for tclass::do_so= mething FAIL: gdb.cp/cpexprs.exp: continue to test_function for tclass::do_so= mething FAIL: gdb.cp/cpexprs.exp: continue to test_function for tclass::do_som= ething FAIL: gdb.cp/cpexprs.exp: continue to test_function for tclass::do_so= mething FAIL: gdb.cp/cpexprs.exp: continue to test_function for tclass::do_s= omething FAIL: gdb.cp/cpexprs.exp: list base::operator() FAIL: gdb.cp/cpexprs.exp: print base::operator new FAIL: gdb.cp/cpexprs.exp: print base::operator new[] FAIL: gdb.cp/exception.exp: continue to first catch FAIL: gdb.cp/exception.exp: continue to first throw FAIL: gdb.cp/exception.exp: continue to second catch FAIL: gdb.cp/exception.exp: continue to second throw FAIL: gdb.cp/method.exp: continue to 21 FAIL: gdb.cp/method.exp: continue to A::bar FAIL: gdb.cp/method.exp: continue to A::foo FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)' FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : char FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : double FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : float FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : int FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : long_int FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : short_int FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : signed_char FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : unsigned_char FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : unsigned_int FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : unsigned_long_int FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : unsigned_short_int FAIL: gdb.cp/ovldbreak.exp: continue to bp overloaded : void FAIL: gdb.cp/static-method.exp: continue FAIL: gdb.cp/static-method.exp: continue FAIL: gdb.cp/static-method.exp: continue FAIL: gdb.cp/static-method.exp: continue FAIL: gdb.cp/static-method.exp: continue to test_function for 'xxx::(anonym= ous namespace)::A::func' FAIL: gdb.cp/static-method.exp: continue to test_function for 'xxx::(anonym= ous namespace)::func' FAIL: gdb.cp/static-method.exp: continue to test_function for xxx::(anonymo= us namespace)::A::func FAIL: gdb.cp/static-method.exp: continue to test_function for xxx::(anonymo= us namespace)::func FAIL: gdb.cp/watch-cp.exp: continue FAIL: gdb.cp/watch-cp.exp: info watchpoints FAIL: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned FAIL: gdb.cp/wide_char_types.exp: no program: c++: p L"hello" FAIL: gdb.cp/wide_char_types.exp: no program: c++: p U"hello" FAIL: gdb.cp/wide_char_types.exp: no program: c++: p u"hello" FAIL: gdb.cp/wide_char_types.exp: with program: lang=3Dc++11: char16_t is u= nsigned FAIL: gdb.cp/wide_char_types.exp: with program: lang=3Dc++11: p L"hello" FAIL: gdb.cp/wide_char_types.exp: with program: lang=3Dc++11: p U"hello" FAIL: gdb.cp/wide_char_types.exp: with program: lang=3Dc++11: p u"hello" FAIL: gdb.cp/wide_char_types.exp: with program: lang=3Dc: char16_t is unsig= ned FAIL: gdb.cp/wide_char_types.exp: with program: lang=3Dc: p L"hello" FAIL: gdb.cp/wide_char_types.exp: with program: lang=3Dc: p U"hello" FAIL: gdb.cp/wide_char_types.exp: with program: lang=3Dc: p u"hello" FAIL: gdb.fortran/vla-history.exp: print vla1 filled (timeout) FAIL: gdb.gdb/selftest.exp: backtrace through signal handler FAIL: gdb.gdb/selftest.exp: printed version FAIL: gdb.gdb/unittest.exp: maintenance selftest FAIL: gdb.go/hello.exp: string after assignment check FAIL: gdb.go/methods.exp: setting breakpoint at (*main.T).Bar FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups= (unexpected output) FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups= with filter (unexpected output) FAIL: gdb.mi/mi-async-run.exp: expect interrupt (timeout) FAIL: gdb.mi/mi-async-run.exp: send interrupt command (timeout) FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: catch sy= scall (unexpected output) FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: delete 6= (unexpected output) FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: dprintf = marker, "arg" " (unexpected output) FAIL: gdb.mi/mi-cli.exp: breakpoint hit produces CLI output FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf (timeout) FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf stop (timeout) FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf (timeout) FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf stop (timeout) FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: next instruction in c= allee3 (unknown output after running) FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var1 has chang= ed (unexpected output) FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var2 has chang= ed (unexpected output) FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var7 has not c= hanged (unexpected output) FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var8 has not c= hanged (unexpected output) FAIL: gdb.mi/mi-memory-changed.exp: create objvar for C (unexpected output) FAIL: gdb.mi/mi-pending.exp: run till MI pending breakpoint on pendfunc3 on= thread 2 (timeout) FAIL: gdb.mi/mi-syn-frame.exp: list stack frames (unexpected output) FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: create variable o= bject (unexpected output) FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #1 = (unexpected output) FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #2 = (unexpected output) FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=3Dcontinue: add-inferior (tim= eout) FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=3Dcontinue: got -thread-info = output and thread is stopped (timeout) FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=3Dcontinue: got MI interrupt = output (timeout) FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=3Dcontinue: interrupt on the = CLI (timeout) FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=3Drun: add-inferior (timeout) FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=3Drun: got -thread-info outpu= t and thread is stopped (timeout) FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=3Drun: got MI interrupt outpu= t (timeout) FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=3Drun: interrupt on the CLI (= timeout) FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 (= unknown output after running) FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2= (unknown output after running) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: frame without args (unexpected out= put) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: select frame 1 (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: select frame 1 again (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.3: frame without args (unexpected out= put) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.3: select frame 1 (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: select inferior (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: select inferior again (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: select inferior again, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: select inferior, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.2: select thread (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.2: select thread again (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.2: thread without args (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.3: select thread (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.3: select thread again (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.3: thread without args (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args (unex= pected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to threa= d 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 (unexpect= ed output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on= CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args (unex= pected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to threa= d 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1 (unexpect= ed output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1, event on= CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: select inferior (unexpected outpu= t) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: select inferior again (unexpected= output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: select inferior again, event on C= LI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread (unexpect= ed output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on= CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread (unexpect= ed output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on= CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_fram= e: thread 1.2: frame without args FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_fram= e: thread 1.2: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_fram= e: thread 1.2: select frame 1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_fram= e: thread 1.2: select frame 1 again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_fram= e: thread 1.2: select frame 1, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_fram= e: thread 1.3: frame without args FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_fram= e: thread 1.3: reset selection to thread 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_fram= e: thread 1.3: select frame 1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_fram= e: thread 1.3: select frame 1, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_infe= rior: CLI select inferior FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_infe= rior: CLI select inferior again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_infe= rior: event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_infe= rior: event on MI again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_infe= rior: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_sele= ct_frame: thread 1.2: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_sele= ct_frame: thread 1.2: select frame 1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_sele= ct_frame: thread 1.2: select frame 1 again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_sele= ct_frame: thread 1.2: select frame 1, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_sele= ct_frame: thread 1.3: reset selection to thread 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_sele= ct_frame: thread 1.3: select frame 1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_sele= ct_frame: thread 1.3: select frame 1, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_thre= ad: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_thre= ad: thread 1.2: select thread FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_thre= ad: thread 1.2: select thread again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_thre= ad: thread 1.2: select thread, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_thre= ad: thread 1.2: thread without args FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_thre= ad: thread 1.3: select thread FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_thre= ad: thread 1.3: select thread again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_thre= ad: thread 1.3: select thread, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_thre= ad: thread 1.3: thread without args FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_up_d= own: frame down FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_up_d= own: frame down, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_up_d= own: frame up FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_up_d= own: frame up, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_cli_up_d= own: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_stack= _select_frame: thread 1.2: -stack-select-frame (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_stack= _select_frame: thread 1.2: -stack-select-frame again (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_stack= _select_frame: thread 1.2: -stack-select-frame, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_stack= _select_frame: thread 1.2: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_stack= _select_frame: thread 1.3: -stack-select-frame (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_stack= _select_frame: thread 1.3: -stack-select-frame, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_stack= _select_frame: thread 1.3: reset selection to thread 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_threa= d_select: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_threa= d_select: thread 1.2 with --thread: -thread-select (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_threa= d_select: thread 1.2: -thread-select (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_threa= d_select: thread 1.2: -thread-select again (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_threa= d_select: thread 1.2: -thread-select, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_threa= d_select: thread 1.3: -thread-select (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_threa= d_select: thread 1.3: -thread-select again (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_mi_threa= d_select: thread 1.3: -thread-select, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 1: continue to breakpoint: continue thread 1.2 to infinite loop bre= akpoint (timeout) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 1: continue to breakpoint: continue thread 1.3 to infinite loop bre= akpoint (the program is no longer running) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 1: set scheduler-locking replay FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 1: thread 1.2 stops MI (timeout) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 1: thread 1.3 stops MI (timeout) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 2: continue to breakpoint: continue thread 2.2 to infinite loop bre= akpoint (timeout) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 2: continue to breakpoint: continue thread 2.3 to infinite loop bre= akpoint (the program is no longer running) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 2: set breakpoint for thread 2.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 2: set breakpoint in main FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 2: set scheduler-locking off FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 2: thread 2.2 stops MI (timeout) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: i= nferior 2: thread 2.3 stops MI (timeout) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dall-stop: test_setup: m= ain stop (timeout) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: frame without args (unexpected out= put) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: select frame 1 (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: select frame 1 again (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.3: frame without args (unexpected out= put) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_frame: thread 1.3: select frame 1 (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: select inferior (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: select inferior again (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: select inferior again, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_inferior: select inferior, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.2: select thread (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.2: select thread again (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.2: thread without args (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.3: select thread (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.3: select thread again (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dd= irect: test_cli_in_mi_thread: thread 1.3: thread without args (unexpected o= utput) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args (unex= pected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to threa= d 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 (unexpect= ed output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on= CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args (unex= pected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to threa= d 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1 (unexpect= ed output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: select inferior (unexpected outpu= t) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: select inferior again (unexpected= output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: select inferior again, event on C= LI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread (unexpect= ed output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on= CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread (unexpect= ed output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on= CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Di= nterpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args (un= expected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.2: flush MI (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.2: frame without args FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.2: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.2: select frame 1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.2: select frame 1 again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.2: select frame 1 again, event on MI, ensure no output MI (unex= pected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.2: select frame 1, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.3: flush MI (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.3: reset selection to thread 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.3: select frame 1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_fram= e: thread 1.3: select frame 1, event on MI, ensure no output MI (unexpected= output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_infe= rior: CLI select inferior FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_infe= rior: CLI select inferior again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_infe= rior: event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_infe= rior: event on MI again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_infe= rior: flush MI (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_infe= rior: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_sele= ct_frame: thread 1.2: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_sele= ct_frame: thread 1.2: select frame 1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_sele= ct_frame: thread 1.2: select frame 1 again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_sele= ct_frame: thread 1.2: select frame 1, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_sele= ct_frame: thread 1.3: reset selection to thread 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_sele= ct_frame: thread 1.3: select frame 1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: thread 1.2: select thread FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: thread 1.2: select thread again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: thread 1.2: select thread, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: thread 1.2: select thread, event on MI again, ensure no output MI (unex= pected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: thread 1.2: thread without args FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: thread 1.3: select thread FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: thread 1.3: select thread again FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: thread 1.3: select thread, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_thre= ad: thread 1.3: thread without args FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_up_d= own: frame down FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_up_d= own: frame down, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_up_d= own: frame up FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_up_d= own: frame up, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_cli_up_d= own: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_stack= _select_frame: thread 1.2: -stack-select-frame (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_stack= _select_frame: thread 1.2: -stack-select-frame again (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_stack= _select_frame: thread 1.2: -stack-select-frame, event on MI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_stack= _select_frame: thread 1.2: reset selection to thread 1.2 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_stack= _select_frame: thread 1.3: -stack-select-frame (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_stack= _select_frame: thread 1.3: reset selection to thread 1.3 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_threa= d_select: reset selection to thread 1.1 FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_threa= d_select: thread 1.2 with --thread: -thread-select (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_threa= d_select: thread 1.2: -thread-select (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_threa= d_select: thread 1.2: -thread-select again (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_threa= d_select: thread 1.2: -thread-select, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_threa= d_select: thread 1.3: -thread-select (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_threa= d_select: thread 1.3: -thread-select again (unexpected output) FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_mi_threa= d_select: thread 1.3: -thread-select, event on CLI FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: test_setup: c= an't run to main FAIL: gdb.multi/dummy-frame-restore.exp: can't run to f2 FAIL: gdb.multi/multi-attach.exp: attach to program 1 FAIL: gdb.multi/multi-attach.exp: attach to program 2 ERROR: can not find channel named "" ERROR: can not find channel named "" ERROR: can not find channel named "" ERROR: can not find channel named "" ERROR: can not find channel named "" ERROR: can not find channel named "" FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Datta= ch: attach FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Datta= ch: attach FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Datta= ch: continue (timeout) FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Datta= ch: stop with control-c (timeout) FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Drun:= attach FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Drun:= continue FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Drun:= run to main FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Drun:= stop with control-c FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Dtty:= attach FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Dtty:= continue (timeout) FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Dtty:= info inferiors (timeout) FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dattach: inf2_how=3Dtty:= stop with control-c (timeout) FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Drun: inf2_how=3Dattach:= attach UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=3Drun: inf2_how=3Da= ttach: stop with control-c FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Drun: inf2_how=3Drun: ru= n to main UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=3Drun: inf2_how=3Dr= un: stop with control-c FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Drun: inf2_how=3Dtty: ru= n to main UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=3Drun: inf2_how=3Dt= ty: stop with control-c FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dtty: inf2_how=3Dattach:= attach UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=3Dtty: inf2_how=3Da= ttach: stop with control-c (the program is no longer running) FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dtty: inf2_how=3Drun: ru= n to main UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=3Dtty: inf2_how=3Dr= un: stop with control-c FAIL: gdb.multi/multi-term-settings.exp: inf1_how=3Dtty: inf2_how=3Dtty: ru= n to main UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=3Dtty: inf2_how=3Dt= ty: stop with control-c WARNING: remote_expect statement without a default case WARNING: remote_expect statement without a default case WARNING: remote_expect statement without a default case WARNING: remote_expect statement without a default case WARNING: remote_expect statement without a default case WARNING: remote_expect statement without a default case FAIL: gdb.multi/tids.exp: back to one inferior: info threads FAIL: gdb.multi/tids.exp: python: make breakpoint thread-specific with pyth= on FAIL: gdb.multi/tids.exp: python: test InferiorThread.global_num FAIL: gdb.multi/tids.exp: python: test InferiorThread.num FAIL: gdb.multi/tids.exp: python: thread specific breakpoint right thread FAIL: gdb.multi/tids.exp: single inferior: thread FAIL: gdb.multi/tids.exp: single-inferior but not initial: info threads wit= h multiple inferiors FAIL: gdb.multi/tids.exp: single-inferior but not initial: info threads wit= h single inferior FAIL: gdb.multi/tids.exp: single-inferior but not initial: thread again FAIL: gdb.multi/tids.exp: two inferiors: continue to breakpoint: once FAIL: gdb.multi/tids.exp: two inferiors: continue to breakpoint: twice FAIL: gdb.multi/tids.exp: two inferiors: info threads FAIL: gdb.multi/tids.exp: two inferiors: info threads \$inf.\$thr_start FAIL: gdb.multi/tids.exp: two inferiors: info threads \$inf.\$thr_start-\$t= hr_end FAIL: gdb.multi/tids.exp: two inferiors: info threads \$inf.\$thr_start-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads \$inf.2 FAIL: gdb.multi/tids.exp: two inferiors: info threads \$inf.2-\$thr_end FAIL: gdb.multi/tids.exp: two inferiors: info threads \$inf.2-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads \$thr_start FAIL: gdb.multi/tids.exp: two inferiors: info threads \$thr_start-\$thr_end FAIL: gdb.multi/tids.exp: two inferiors: info threads \$thr_start-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads * FAIL: gdb.multi/tids.exp: two inferiors: info threads -gid FAIL: gdb.multi/tids.exp: two inferiors: info threads 1 1.2-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads 1 2 3 FAIL: gdb.multi/tids.exp: two inferiors: info threads 1-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.\$thr_start FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.\$thr_start-\$thr_e= nd FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.\$thr_start-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.* FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.* 2.* FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.* 2.1 FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.1 1.2 1.3 2.1 2.2 FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.1 2-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.1-2 2.2-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.1-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads 1.2-\$thr_end FAIL: gdb.multi/tids.exp: two inferiors: info threads 2-\$thr_end FAIL: gdb.multi/tids.exp: two inferiors: info threads 2.* 1.* FAIL: gdb.multi/tids.exp: two inferiors: info threads 2.1 1.* FAIL: gdb.multi/tids.exp: two inferiors: info threads 2.1 2-3 FAIL: gdb.multi/tids.exp: two inferiors: info threads again FAIL: gdb.multi/tids.exp: two inferiors: more threads: continue to breakpoi= nt: once FAIL: gdb.multi/tids.exp: two inferiors: more threads: continue to breakpoi= nt: twice FAIL: gdb.multi/tids.exp: two inferiors: p \$_gthread =3D=3D 4 FAIL: gdb.multi/tids.exp: two inferiors: p \$_thread =3D=3D 2 FAIL: gdb.multi/tids.exp: two inferiors: thread FAIL: gdb.multi/tids.exp: two inferiors: thread apply \$inf.\$thr_start FAIL: gdb.multi/tids.exp: two inferiors: thread apply \$inf.\$thr_start-\$t= hr_end FAIL: gdb.multi/tids.exp: two inferiors: thread apply \$inf.\$thr_start-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply \$inf.2 FAIL: gdb.multi/tids.exp: two inferiors: thread apply \$inf.2-\$thr_end FAIL: gdb.multi/tids.exp: two inferiors: thread apply \$inf.2-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply \$thr_start FAIL: gdb.multi/tids.exp: two inferiors: thread apply \$thr_start-\$thr_end FAIL: gdb.multi/tids.exp: two inferiors: thread apply \$thr_start-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply * FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1 1.2-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1 2 3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.\$thr_start FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.\$thr_start-\$thr_e= nd FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.\$thr_start-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.* FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.* 2.* FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.* 2.1 FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.1 1.2 1.3 2.1 2.2 FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.1 2-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.1-2 2.2-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.1-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply 1.2-\$thr_end FAIL: gdb.multi/tids.exp: two inferiors: thread apply 2-\$thr_end FAIL: gdb.multi/tids.exp: two inferiors: thread apply 2.* 1.* FAIL: gdb.multi/tids.exp: two inferiors: thread apply 2.1 1.* FAIL: gdb.multi/tids.exp: two inferiors: thread apply 2.1 2-3 FAIL: gdb.multi/tids.exp: two inferiors: thread apply all FAIL: gdb.multi/tids.exp: two inferiors: thread apply all -ascending FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=3Ddetach: can't run to c= hild_function FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=3Dexit: can't run to chi= ld_function FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=3Dkill: can't run to chi= ld_function FAIL: gdb.multi/watchpoint-multi.exp: awatch b on inferior 1 FAIL: gdb.multi/watchpoint-multi.exp: awatch c on inferior 2 FAIL: gdb.multi/watchpoint-multi.exp: catch b on inferior 1 FAIL: gdb.multi/watchpoint-multi.exp: catch c on inferior 2 FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1 FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 2 FAIL: gdb.multi/watchpoint-multi.exp: start to main inferior 2 XPASS: gdb.python/lib-types.exp: python print (str (typedef_const_typedef_c= lass1_ref_obj.type)) (PRMS gcc/55641) ERROR: can't read "process_id": no such variable FAIL: gdb.python/py-events.exp: get current thread ERROR: tcl error sourcing /vol/src/gnu/gdb/hg/master/local/gdb/testsuite/gd= b.python/py-events.exp. FAIL: gdb.python/py-finish-breakpoint.exp: catch out of scope after exec FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch= () FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception FAIL: gdb.python/py-inferior.exp: continue to breakpoint: cont to Break her= e. (timeout) FAIL: gdb.python/py-inferior.exp: test Inferior.threads FAIL: gdb.python/py-inferior.exp: test Inferior.threads 2 FAIL: gdb.python/py-infthread.exp: test InferiorThread.global_num FAIL: gdb.python/py-infthread.exp: test InferiorThread.num FAIL: gdb.python/py-prettyprint.exp: print estring2 FAIL: gdb.python/py-prettyprint.exp: print estring2 FAIL: gdb.python/py-thrhandle.exp: Pass overly large object to thread_from_= thread_handle FAIL: gdb.python/py-thrhandle.exp: Pass too small of an object to thread_fr= om_thread_handle FAIL: gdb.python/py-thrhandle.exp: info threads FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[0] FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[1] FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[2] FAIL: gdb.rust/expr.exp: print b"\\xddhi bob" FAIL: gdb.rust/expr.exp: print b"has\\0nul" FAIL: gdb.rust/expr.exp: print b"hi rust" FAIL: gdb.rust/expr.exp: print br##"hi"## FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (got= interactive prompt) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at br= eak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at br= eak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at br= eak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break= _fn FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new thre= ads (timeout) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpo= int always-inserted on FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach (time= out) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at bre= ak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at bre= ak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at bre= ak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threa= ds (timeout) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print second= s_left FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer = in the inferior FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoi= nt always-inserted off FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoi= nt always-inserted on (timeout) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (got = interactive prompt) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at bre= ak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at bre= ak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at bre= ak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_= fn FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threa= ds (timeout) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print second= s_left FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer = in the inferior FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoi= nt always-inserted off FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoi= nt always-inserted on (timeout) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (got = interactive prompt) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at bre= ak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at bre= ak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at bre= ak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_= fn FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threa= ds FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print second= s_left FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer = in the inferior FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoi= nt always-inserted off FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoi= nt always-inserted on FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (got = interactive prompt) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at bre= ak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at bre= ak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at bre= ak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_= fn FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threa= ds (timeout) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print second= s_left FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer = in the inferior FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoi= nt always-inserted off FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoi= nt always-inserted on FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (got = interactive prompt) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at bre= ak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at bre= ak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at bre= ak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_= fn FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threa= ds (timeout) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print second= s_left FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer = in the inferior FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoi= nt always-inserted off FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoi= nt always-inserted on FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (got = interactive prompt) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at bre= ak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at bre= ak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at bre= ak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_= fn FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threa= ds FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print second= s_left FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer = in the inferior FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoi= nt always-inserted off FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoi= nt always-inserted on FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (got = interactive prompt) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at bre= ak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at bre= ak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at bre= ak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_= fn FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threa= ds (timeout) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print second= s_left FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer = in the inferior FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoi= nt always-inserted off FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoi= nt always-inserted on FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (got = interactive prompt) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at bre= ak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at bre= ak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at bre= ak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_= fn FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threa= ds (timeout) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print second= s_left FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer = in the inferior FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoi= nt always-inserted off FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoi= nt always-inserted on FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (got = interactive prompt) FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at bre= ak_fn: 1 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at bre= ak_fn: 2 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at bre= ak_fn: 3 FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_= fn FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threa= ds FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print second= s_left FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer = in the inferior FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoi= nt always-inserted off FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoi= nt always-inserted on FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: all= -stop: all threads stopped FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: all= -stop: breakpoint is hit (timeout) FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: all= -stop: continuing thread 2 FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: all= -stop: continuing thread 3 FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: all= -stop: only main stopped FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: all-= stop: all threads stopped FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: all-= stop: breakpoint is hit (timeout) FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: all-= stop: continuing thread 2 FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: all-= stop: continuing thread 3 FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: all-= stop: only main stopped FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: al= l-stop: all threads stopped FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: al= l-stop: breakpoint is hit (timeout) FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: al= l-stop: continuing thread 2 FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: al= l-stop: continuing thread 3 FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: all= -stop: all threads stopped FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: all= -stop: breakpoint is hit (timeout) FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: all= -stop: continuing thread 2 FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: all= -stop: continuing thread 3 ERROR: breakpoints not deleted FAIL: gdb.threads/continue-pending-status.exp: attempt 10: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 10: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 10: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 10: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 10: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 11: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 11: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 11: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 11: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 11: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 12: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 12: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 12: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 12: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 12: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 13: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 13: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 13: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 13: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 13: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 14: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 14: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 14: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 14: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 14: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 15: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 15: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 15: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 15: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 15: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 16: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 16: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 16: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 16: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 16: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 17: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 17: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 17: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 17: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 17: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 18: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 18: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 18: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 18: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 18: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 19: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 19: continue for ctr= l-c FAIL: gdb.threads/continue-pending-status.exp: attempt 19: continue to tigh= t loop FAIL: gdb.threads/continue-pending-status.exp: attempt 19: set break in tig= ht loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 19: switch to non-ev= ent thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 1: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 2: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 3: caught interrupt UNRESOLVED: gdb.threads/continue-pending-status.exp: attempt 3: continue fo= r ctrl-c FAIL: gdb.threads/continue-pending-status.exp: attempt 3: continue to tight= loop FAIL: gdb.threads/continue-pending-status.exp: attempt 3: delete all breakp= oints in delete_breakpoints (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 3: switch to non-eve= nt thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 4: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 4: continue for ctrl= -c FAIL: gdb.threads/continue-pending-status.exp: attempt 4: continue to tight= loop FAIL: gdb.threads/continue-pending-status.exp: attempt 4: set break in tigh= t loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 4: switch to non-eve= nt thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 5: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 5: continue for ctrl= -c FAIL: gdb.threads/continue-pending-status.exp: attempt 5: continue to tight= loop FAIL: gdb.threads/continue-pending-status.exp: attempt 5: set break in tigh= t loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 5: switch to non-eve= nt thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 6: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 6: continue for ctrl= -c FAIL: gdb.threads/continue-pending-status.exp: attempt 6: continue to tight= loop FAIL: gdb.threads/continue-pending-status.exp: attempt 6: set break in tigh= t loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 6: switch to non-eve= nt thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 7: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 7: continue for ctrl= -c FAIL: gdb.threads/continue-pending-status.exp: attempt 7: continue to tight= loop FAIL: gdb.threads/continue-pending-status.exp: attempt 7: set break in tigh= t loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 7: switch to non-eve= nt thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 8: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 8: continue for ctrl= -c FAIL: gdb.threads/continue-pending-status.exp: attempt 8: continue to tight= loop FAIL: gdb.threads/continue-pending-status.exp: attempt 8: set break in tigh= t loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 8: switch to non-eve= nt thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 9: caught interrupt FAIL: gdb.threads/continue-pending-status.exp: attempt 9: continue for ctrl= -c FAIL: gdb.threads/continue-pending-status.exp: attempt 9: continue to tight= loop FAIL: gdb.threads/continue-pending-status.exp: attempt 9: set break in tigh= t loop (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: attempt 9: switch to non-eve= nt thread (GDB internal error) FAIL: gdb.threads/continue-pending-status.exp: no thread starvation FAIL: gdb.threads/execl.exp: continue across exec FAIL: gdb.threads/execl.exp: continue until exit FAIL: gdb.threads/execl.exp: info threads before exec FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=3Doff: can't run to= main FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=3Don: can't run to = main FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=3D0: = detach_on_fork=3Don: displaced=3Doff: can't run to main FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=3D1: = detach_on_fork=3Don: displaced=3Doff: can't run to main FAIL: gdb.threads/gcore-thread.exp: core0file: re-load generated corefile FAIL: gdb.threads/gcore-thread.exp: corefile: a corefile thread is executin= g thread2 FAIL: gdb.threads/gcore-thread.exp: corefile: corefile contains at least tw= o threads FAIL: gdb.threads/gcore-thread.exp: corefile: thread2 is current thread in = corefile FAIL: gdb.threads/hand-call-in-threads.exp: call hand_call() (GDB internal = error) FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 3 (runaway ta= rget) FAIL: gdb.threads/info-threads-cur-sal.exp: info threads before break FAIL: gdb.threads/info-threads-cur-sal.exp: info threads before list FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=3Doff: = couldn't run to all_started FAIL: gdb.threads/leader-exit.exp: single thread has been left FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on the other thr= ead FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_functi= on0's caller FAIL: gdb.threads/local-watch-wrong-thread.exp: delete 5 FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatica= lly deleted (timeout) FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint is still i= n breakpoint list FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still trig= gers FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint triggers FAIL: gdb.threads/local-watch-wrong-thread.exp: set local watchpoint on *myp FAIL: gdb.threads/local-watch-wrong-thread.exp: set local watchpoint on *my= p, with false conditional FAIL: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on= breakpoint FAIL: gdb.threads/manythreads.exp: check thread name FAIL: gdb.threads/manythreads.exp: give a name to the thread FAIL: gdb.threads/manythreads.exp: info threads FAIL: gdb.threads/manythreads.exp: stop threads 1 FAIL: gdb.threads/manythreads.exp: stop threads 2 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 10 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 11 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 12 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 13 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 14 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 15 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 16 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 17 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 18 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 19 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 2 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 20 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 21 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 22 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 23 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 24 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 25 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 26 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 27 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 28 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 29 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 3 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 30 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 31 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 4 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 5 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 6 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 7 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 8 FAIL: gdb.threads/multi-create.exp: continue to breakpoint 9 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: continue: conti= nue (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: continue: setti= ng breakpoint at 111 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: continue: setup= : continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: continue: setup= : continue to breakpoint: run to breakpoint in thread 3 (GDB internal error) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: continue: setup= : info threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: continue: setup= : set scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: continue: setup= : unbreak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: continue: setup= : unbreak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: continue: threa= d 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: next: next (tim= eout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: next: setup: co= ntinue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: next: setup: co= ntinue to breakpoint: run to breakpoint in thread 3 (GDB internal error) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: next: setup: in= fo threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: next: setup: se= t scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: next: setup: un= break loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: next: setup: un= break loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: next: thread 1 = (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: co= ntinue to sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: qu= eue-signal SIGUSR1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: se= tting breakpoint at sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: se= tup: continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: se= tup: continue to breakpoint: run to breakpoint in thread 3 (GDB internal er= ror) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: se= tup: info threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: se= tup: set scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: se= tup: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: se= tup: unbreak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: sw= itch back to thread 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr1: th= read 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: co= ntinue to sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: qu= eue-signal SIGUSR1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: se= tting breakpoint at sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: se= tup: continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: se= tup: continue to breakpoint: run to breakpoint in thread 3 (GDB internal er= ror) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: se= tup: info threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: se= tup: set scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: se= tup: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: se= tup: unbreak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: sw= itch back to thread 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr2: th= read 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: co= ntinue to sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: qu= eue-signal SIGUSR1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: se= tting breakpoint at sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: se= tup: continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: se= tup: continue to breakpoint: run to breakpoint in thread 3 (GDB internal er= ror) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: se= tup: info threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: se= tup: set scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: se= tup: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: se= tup: unbreak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: sw= itch back to thread 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: signal thr3: th= read 3 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: step: setup: co= ntinue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: step: setup: co= ntinue to breakpoint: run to breakpoint in thread 3 (GDB internal error) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: step: setup: in= fo threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: step: setup: se= t scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: step: setup: un= break loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: step: setup: un= break loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: step: step (tim= eout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Doff: step: thread 1 = (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: continue: contin= ue (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: continue: settin= g breakpoint at 111 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: continue: setup:= continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: continue: setup:= continue to breakpoint: run to breakpoint in thread 3 (GDB internal error) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: continue: setup:= info threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: continue: setup:= set scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: continue: setup:= unbreak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: continue: setup:= unbreak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: continue: thread= 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: next: next (time= out) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: next: setup: con= tinue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: next: setup: con= tinue to breakpoint: run to breakpoint in thread 3 (GDB internal error) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: next: setup: inf= o threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: next: setup: set= scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: next: setup: unb= reak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: next: setup: unb= reak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: next: thread 1 (= timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: con= tinue to sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: que= ue-signal SIGUSR1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: set= ting breakpoint at sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: set= up: continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: set= up: continue to breakpoint: run to breakpoint in thread 3 (GDB internal err= or) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: set= up: info threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: set= up: set scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: set= up: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: set= up: unbreak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: swi= tch back to thread 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr1: thr= ead 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: con= tinue to sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: que= ue-signal SIGUSR1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: set= ting breakpoint at sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: set= up: continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: set= up: continue to breakpoint: run to breakpoint in thread 3 (GDB internal err= or) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: set= up: info threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: set= up: set scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: set= up: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: set= up: unbreak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: swi= tch back to thread 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr2: thr= ead 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: con= tinue to sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: que= ue-signal SIGUSR1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: set= ting breakpoint at sigusr1_handler (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: set= up: continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: set= up: continue to breakpoint: run to breakpoint in thread 3 (GDB internal err= or) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: set= up: info threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: set= up: set scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: set= up: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: set= up: unbreak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: swi= tch back to thread 1 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: signal thr3: thr= ead 3 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: step: setup: con= tinue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: step: setup: con= tinue to breakpoint: run to breakpoint in thread 3 (GDB internal error) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: step: setup: inf= o threads shows all threads FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: step: setup: set= scheduler-locking off (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: step: setup: unb= reak loop in thread 2 (timeout) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: step: setup: unb= reak loop in thread 3 FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: step: step (time= out) FAIL: gdb.threads/multiple-step-overs.exp: displaced=3Don: step: thread 1 (= timeout) FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3D1: call inferio= r function (timeout) FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3D1: thread 1 (ti= meout) FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3D2: call inferio= r function (timeout) FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3D3: call inferio= r function FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3D3: created new = thread FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3D4: call inferio= r function FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3D4: created new = thread FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3D5: call inferio= r function (GDB internal error) FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3D5: created new = thread FAIL: gdb.threads/names.exp: list threads FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=3Doff: info threads s= hows all threads FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=3Doff: next over func= tion call FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=3Don: info threads sh= ows all threads FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=3Dstep: info threads = shows all threads FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 1 FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 10 FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 2 FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 3 FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 4 FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 5 FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 6 FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 7 FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 8 FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 9 FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when the main th= read exits FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when thread 2 ex= its FAIL: gdb.threads/no-unwaited-for-left.exp: only main thread left, thread 2= terminated FAIL: gdb.threads/no-unwaited-for-left.exp: only thread 3 left, main thread= terminated FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched=3Doff,non-stop=3Doff: conti= nue over exec FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched=3Doff,non-stop=3Don: contin= ue over exec FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched=3Don,non-stop=3Doff: contin= ue over exec FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=3Doff,non-stop=3Doff: conti= nue over exec FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=3Doff,non-stop=3Doff: singl= e thread left FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=3Doff,non-stop=3Don: contin= ue over exec FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=3Doff,non-stop=3Don: single= thread left FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=3Doff,non-stop=3Don: thread= 2 FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=3Don,non-stop=3Doff: contin= ue over exec FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=3Don,non-stop=3Doff: single= thread left FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched=3Doff,non-stop=3Doff: conti= nue over exec FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched=3Doff,non-stop=3Don: contin= ue over exec FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched=3Doff,non-stop=3Don: thread= 2 FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched=3Don,non-stop=3Doff: contin= ue over exec FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=3Doff,non-stop=3Doff: conti= nue over exec FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=3Doff,non-stop=3Don: contin= ue over exec FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=3Don,non-stop=3Doff: contin= ue over exec FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : detach: continue (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : detach: continue to breakpoint: _exit (the program exited) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : detach: detach child (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : detach: switch to parent FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : killed outside: continue (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : killed outside: continue to breakpoint: _exit (the program exited) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : killed outside: detach child (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : killed outside: switch to parent FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : watchpoint: continue (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : watchpoint: continue to breakpoint: _exit (the program is no longer runni= ng) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : watchpoint: continue to breakpoint: child_function (the program exited) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : watchpoint: detach child (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue= : watchpoint: switch to parent FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = detach: continue to breakpoint: _exit (the program exited) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = detach: detach child (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = detach: detach parent (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = detach: switch to parent FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = killed outside: continue to breakpoint: _exit (the program exited) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = killed outside: detach child (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = killed outside: detach parent (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = killed outside: switch to parent FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = watchpoint: continue to breakpoint: _exit (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = watchpoint: continue to breakpoint: child_function (the program exited) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = watchpoint: detach child (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = watchpoint: detach parent (the program is no longer running) FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: = watchpoint: switch to parent FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continu= e: detach: continue (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continu= e: detach: continue to breakpoint: _exit (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continu= e: killed outside: continue to breakpoint: _exit (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continu= e: killed outside: get integer valueof "mypid" (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continu= e: watchpoint: continue (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continu= e: watchpoint: continue to breakpoint: _exit (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continu= e: watchpoint: watch globalvar FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach:= detach: continue to breakpoint: _exit (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach:= detach: detach (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach:= killed outside: continue to breakpoint: _exit (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach:= killed outside: get integer valueof "mypid" (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach:= watchpoint: continue to breakpoint: _exit (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach:= watchpoint: detach (timeout) FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach:= watchpoint: watch globalvar FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=3Don: cond_b= p_target=3D0: can't run to main FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=3Don: cond_b= p_target=3D1: can't run to main FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame o= f thread 2,3, -s to silently continue. Do not show thread information FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=3Dtaas faas: run = a failing command except in one frame of thread 2,3, -s to silently continue FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=3Dtfaas: run a fa= iling command except in one frame of thread 2,3, -s to silently continue FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=3Dthread apply al= l -s frame apply all -s: run a failing command except in one frame of threa= d 2,3, -s to silently continue FAIL: gdb.threads/queue-signal.exp: determine thread functions FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dnext: call_function= =3D0: other threads ran - unlocked FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dnext: call_function= =3D1: current thread advanced - unlocked (wrong amount) FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dnext: call_function= =3D1: next to increment (0) FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dnext: call_function= =3D1: next to increment (1) FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dnext: call_function= =3D1: next to increment (3) FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dnext: call_function= =3D1: next to increment (4) FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dnext: call_function= =3D1: next to increment (6) FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dnext: call_function= =3D1: next to increment (7) FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dnext: call_function= =3D1: next to increment (9) FAIL: gdb.threads/schedlock.exp: schedlock=3Doff: cmd=3Dstep: other threads= ran - unlocked FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: thread 1 = got the signal FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: thread 1 = selected FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: signal S= IGUSR1 (timeout) FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: thread 1= got the signal (timeout) FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: thread 1= selected FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: b end (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: break handler_sigusr1 (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: break handler_sigusr2 (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: no more signals (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: second signal: signal delivered (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: set scheduler-locking off (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: signal command queries (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: stop with SIGUSR1 (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: stop with SIGUSR2 (GDB internal error) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: thread 1 (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock of= f: thread 1 selected FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : b end (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : break handler_sigusr1 (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : break handler_sigusr2 (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : no more signals (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : second signal: set scheduler-locking off (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : second signal: signal command queries (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : signal command does not query, signal delivered (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : stop with SIGUSR1 (timeout) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : stop with SIGUSR2 (GDB internal error) FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on= : thread 1 selected FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: continue (ti= meout) FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: thread 2 got= the signal (timeout) FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: thread 2 int= ercepted signal FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: signal is de= livered (timeout) FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: thread 2 got= the signal (timeout) FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: thread 2 int= ercepted signal FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: right thread got th= e signal FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: signal SIGTRAP reac= hes handler (the program exited) FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: thread 2 hit breakp= oint FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: right thread got th= e signal FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: signal SIGTRAP reac= hes handler (the program exited) FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: thread 2 hit breakp= oint ERROR: breakpoints not deleted FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue = to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue = to breakpoint: run to breakpoint in thread 3 (GDB internal error) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: delete al= l breakpoints in delete_breakpoints (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: force loo= p break in thread 2 (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: get count= after step (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: get count= before step (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: get my_nu= mber (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: handle SI= GUSR1 print nostop pass (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: queue sig= nal in thread 2 (timeout) UNRESOLVED: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: set= breakpoint to be stepped over (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: set debug= infrun 1 (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: set sched= uler-locking off (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pat= tern 1) (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: stepped t= hread under control FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: switch to= thread 1 to queue signal in thread 2 (timeout) FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: switch to= thread 3 for stepping (timeout) FAIL: gdb.threads/sigthread.exp: stop with control-c FAIL: gdb.threads/step-bg-decr-pc-switch-thread.exp: info threads shows all= threads FAIL: gdb.threads/step-bg-decr-pc-switch-thread.exp: next& over inf loop FAIL: gdb.threads/step-bg-decr-pc-switch-thread.exp: switch to main thread FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: conti= nue: continue (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: conti= nue: continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: conti= nue: info threads shows all threads FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: conti= nue: set scheduler-locking off (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: conti= nue: setting breakpoint at 37 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: conti= nue: thread 1 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: conti= nue: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: next:= continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: next:= info threads shows all threads FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: next:= next (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: next:= set scheduler-locking off (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: next:= setting breakpoint at 37 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: next:= thread 1 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: next:= unbreak loop in thread 2 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: step:= continue to breakpoint: run to breakpoint in thread 2 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: step:= info threads shows all threads FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: step:= set scheduler-locking off (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: step:= setting breakpoint at 37 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: step:= step (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: step:= thread 1 (timeout) FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=3Doff: step:= unbreak loop in thread 2 (timeout) ERROR: breakpoints not deleted ERROR: breakpoints not deleted ERROR: breakpoints not deleted ERROR: breakpoints not deleted ERROR: breakpoints not deleted ERROR: breakpoints not deleted FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: continue (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: continue to breakpoint: run to breakpoint in th= read 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: continue to breakpoint: run to instruction that= triggers watch in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: find addresses: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: find addresses: continue to watchpoint (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: find addresses: delete all breakpoints in delet= e_breakpoints (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: find addresses: find addresses (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: find addresses: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: info threads shows all threads UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff:= no thread-specific bp: continue: set breakpoint at address that triggers w= atch (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: set scheduler-locking off (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: thread 1 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: continue: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: continue to breakpoint: run to breakpoint in thread= 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: continue to breakpoint: run to instruction that tri= ggers watch in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: find addresses: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: find addresses: continue to watchpoint (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: find addresses: delete all breakpoints in delete_br= eakpoints (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: find addresses: find addresses (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: find addresses: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: info threads shows all threads FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: next (timeout) UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff:= no thread-specific bp: next: set breakpoint at address that triggers watch= (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: set scheduler-locking off (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: thread 1 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: next: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: continue to breakpoint: run to breakpoint in thread= 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: continue to breakpoint: run to instruction that tri= ggers watch in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: find addresses: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: find addresses: continue to watchpoint (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: find addresses: delete all breakpoints in delete_br= eakpoints (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: find addresses: find addresses (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: find addresses: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: info threads shows all threads UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff:= no thread-specific bp: step: set breakpoint at address that triggers watch= (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: set scheduler-locking off (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: step (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: thread 1 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: no th= read-specific bp: step: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: continue (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: continue to breakpoint: run to breakpoint in = thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: continue to breakpoint: run to instruction th= at triggers watch in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: find addresses: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: find addresses: continue to watchpoint (timeo= ut) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: find addresses: delete all breakpoints in del= ete_breakpoints (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: find addresses: find addresses (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: find addresses: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: info threads shows all threads UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff:= with thread-specific bp: continue: set breakpoint at address that triggers= watch (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: set breakpoint specific to thread 1 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: set scheduler-locking off (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: thread 1 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: continue: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: continue to breakpoint: run to breakpoint in thre= ad 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: continue to breakpoint: run to instruction that t= riggers watch in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: find addresses: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: find addresses: continue to watchpoint (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: find addresses: delete all breakpoints in delete_= breakpoints (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: find addresses: find addresses (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: find addresses: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: info threads shows all threads FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: next (timeout) UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff:= with thread-specific bp: next: set breakpoint at address that triggers wat= ch (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: set breakpoint specific to thread 1 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: set scheduler-locking off (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: thread 1 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: next: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: continue to breakpoint: run to breakpoint in thre= ad 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: continue to breakpoint: run to instruction that t= riggers watch in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: find addresses: clear watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: find addresses: continue to watchpoint (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: find addresses: delete all breakpoints in delete_= breakpoints (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: find addresses: find addresses (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: find addresses: watch watch_me (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: info threads shows all threads UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff:= with thread-specific bp: step: set breakpoint at address that triggers wat= ch (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: set breakpoint specific to thread 1 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: set scheduler-locking off (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: step (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: thread 1 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: unbreak loop in thread 2 (timeout) FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=3Doff: with = thread-specific bp: step: watch watch_me (timeout) FAIL: gdb.threads/stepi-random-signal.exp: continue to breakpoint: after pt= hread_kill FAIL: gdb.threads/stepi-random-signal.exp: stepi (GDB internal error) FAIL: gdb.threads/thread-execl.exp: schedlock off: get to main in new image FAIL: gdb.threads/thread-execl.exp: schedlock on: get to main in new image FAIL: gdb.threads/thread-execl.exp: schedlock step: get to main in new image FAIL: gdb.threads/thread-specific.exp: get threads list (no threads) FAIL: gdb.threads/threadapply.exp: thread_set=3D1.1: try kill-and-remove: i= nfo inferiors FAIL: gdb.threads/threadapply.exp: thread_set=3D1.1: try remove 2: info inf= eriors FAIL: gdb.threads/threadapply.exp: thread_set=3D1.1: try remove 2: thread FAIL: gdb.threads/threadapply.exp: thread_set=3D1.1: try remove: info infer= iors FAIL: gdb.threads/threadapply.exp: thread_set=3D1.1: try remove: thread app= ly 1.1 remove FAIL: gdb.threads/threadapply.exp: thread_set=3Dall: try kill-and-remove: i= nfo inferiors FAIL: gdb.threads/threadapply.exp: thread_set=3Dall: try remove 2: info inf= eriors FAIL: gdb.threads/threadapply.exp: thread_set=3Dall: try remove 2: thread FAIL: gdb.threads/threadapply.exp: thread_set=3Dall: try remove: info infer= iors FAIL: gdb.threads/threadapply.exp: thread_set=3Dall: try remove: thread app= ly all remove FAIL: gdb.threads/threxit-hop-specific.exp: get past the thread specific br= eakpoint FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_count FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: do_nothing_thread_= func FAIL: gdb.threads/tid-reuse.exp: get reuse_time FAIL: gdb.threads/tid-reuse.exp: setting breakpoint at after_reuse_time FAIL: gdb.threads/tid-reuse.exp: setting breakpoint at do_nothing_thread_fu= nc FAIL: gdb.threads/tls-core.exp: gcore: print thread-local storage variable FAIL: gdb.threads/tls-core.exp: native: load core file (incomplete note sec= tion) FAIL: gdb.threads/tls-nodebug.exp: thread local storage, cast FAIL: gdb.threads/tls-nodebug.exp: thread local storage, unknown type FAIL: gdb.threads/tls-shared.exp: print storage info for thread local stora= ge variable FAIL: gdb.threads/tls-shared.exp: print thread local storage variable FAIL: gdb.threads/tls-so_extern.exp: check so_extern address FAIL: gdb.threads/tls-so_extern.exp: check so_extern address at end of main FAIL: gdb.threads/tls-so_extern.exp: check so_extern address in main FAIL: gdb.threads/tls-so_extern.exp: check so_extern address in other thread FAIL: gdb.threads/tls-so_extern.exp: continue to break in the other thread FAIL: gdb.threads/tls-so_extern.exp: continue to break in tls_ptr called at= end of main FAIL: gdb.threads/tls-so_extern.exp: print thread local storage variable FAIL: gdb.threads/tls-var.exp: print tls_var FAIL: gdb.threads/tls.exp: 3 another thread local storage FAIL: gdb.threads/tls.exp: 3 get symbol value without frame FAIL: gdb.threads/tls.exp: 3 thread local storage FAIL: gdb.threads/tls.exp: 4 another thread local storage FAIL: gdb.threads/tls.exp: 4 get symbol value without frame FAIL: gdb.threads/tls.exp: 4 thread local storage FAIL: gdb.threads/tls.exp: 5 another thread local storage FAIL: gdb.threads/tls.exp: 5 get symbol value without frame FAIL: gdb.threads/tls.exp: 5 thread local storage FAIL: gdb.threads/tls.exp: 6 another thread local storage FAIL: gdb.threads/tls.exp: 6 get symbol value without frame FAIL: gdb.threads/tls.exp: 6 thread local storage FAIL: gdb.threads/tls.exp: 7 another thread local storage FAIL: gdb.threads/tls.exp: 7 get symbol value without frame FAIL: gdb.threads/tls.exp: 7 thread local storage FAIL: gdb.threads/tls.exp: 8 another thread local storage FAIL: gdb.threads/tls.exp: 8 get symbol value without frame FAIL: gdb.threads/tls.exp: 8 thread local storage FAIL: gdb.threads/tls.exp: first another thread local storage FAIL: gdb.threads/tls.exp: first get symbol value without frame FAIL: gdb.threads/tls.exp: first thread local storage FAIL: gdb.threads/tls.exp: mess at end FAIL: gdb.threads/tls.exp: p a_thread_local FAIL: gdb.threads/tls.exp: p a_thread_local second time FAIL: gdb.threads/tls.exp: p file2_thread_local FAIL: gdb.threads/tls.exp: second another thread local storage FAIL: gdb.threads/tls.exp: second get symbol value without frame FAIL: gdb.threads/tls.exp: second thread local storage FAIL: gdb.threads/tls.exp: third another thread local storage FAIL: gdb.threads/tls.exp: third get symbol value without frame FAIL: gdb.threads/tls.exp: third thread local storage FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint a= fter the first fork (timeout) FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint a= fter the second fork (timeout) FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: finish (time= out) FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: hardware bre= akpoints work FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint a= fter the first fork (timeout) FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint a= fter the second fork (timeout) FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoints = work (timeout) FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints =3D= 30 FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit FAIL: gdb.threads/watchthreads.exp: threaded watch loop FAIL: gdb.threads/watchthreads.exp: watch args[0] FAIL: gdb.threads/watchthreads.exp: watch args[1] FAIL: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread FAIL: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread FAIL: gdb.threads/watchthreads2.exp: watch x FAIL: gdb.threads/watchthreads2.exp: x watch loop FAIL: gdb.threads/wp-replication.exp: no hardware watchpoints available =3D=3D=3D gdb Summary =3D=3D=3D # of expected passes 43386 # of unexpected failures 2611 # of unexpected successes 12 # of expected failures 42 # of unknown successes 3 # of known failures 60 # of untested testcases 96 # of unresolved testcases 24 # of unsupported tests 187 /vol/obj/gnu/gdb/gdb/11.5-amd64-local/gdb/gdb version 8.2.50.20180803-git = -nw -nx -data-directory /vol/obj/gnu/gdb/gdb/11.5-amd64-local/gdb/testsuite= /../data-directory=20 =3D=3D=3D gdb racy tests =3D=3D=3D =3D=3D=3D gdb Summary =3D=3D=3D # of racy tests: 181 Compiler version: 8.2.50.20180803-git -nw -nx -data-directory /vol/obj/gnu/= gdb/gdb/11.5-amd64-local/gdb/testsuite/../data-directory gdb=20 Platform: x86_64-pc-solaris2.11 configure flags: CFLAGS=3D'-g -O2 -m64' CXXFLAGS=3D'-g -O2 -m64' --disable-= binutils --disable-gas --disable-ld --disable-sim --build amd64-pc-solaris2= .11 --host amd64-pc-solaris2.11 --target amd64-pc-solaris2.11 BOOT_CFLAGS=3D-g -O2 EOF Mail -s "Results for 8.2.50.20180803-git -nw -nx -data-directory /vol/obj/g= nu/gdb/gdb/11.5-amd64-local/gdb/testsuite/../data-directory gdb testsuite o= n x86_64-pc-solaris2.11" gcc-testresults@gcc.gnu.org && true --=-=-=--