From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16380 invoked by alias); 11 Jun 2010 18:14:13 -0000 Received: (qmail 16372 invoked by uid 22791); 11 Jun 2010 18:14:12 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,MSGID_FROM_MTA_HEADER,SPF_SOFTFAIL,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mtagate4.de.ibm.com (HELO mtagate4.de.ibm.com) (195.212.17.164) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Jun 2010 18:14:08 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate4.de.ibm.com (8.13.1/8.13.1) with ESMTP id o5BIE6KX001036 for ; Fri, 11 Jun 2010 18:14:06 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o5BIE58G1073194 for ; Fri, 11 Jun 2010 20:14:05 +0200 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o5BIE5U2024264 for ; Fri, 11 Jun 2010 20:14:05 +0200 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with SMTP id o5BIE44V024251; Fri, 11 Jun 2010 20:14:04 +0200 Message-Id: <201006111814.o5BIE44V024251@d12av02.megacenter.de.ibm.com> Received: by tuxmaker.boeblingen.de.ibm.com (sSMTP sendmail emulation); Fri, 11 Jun 2010 20:14:04 +0200 Subject: Re: [RFA] gdb.base -- use gdb_test_no_output To: uweigand@de.ibm.com (Ulrich Weigand) Date: Fri, 11 Jun 2010 18:14:00 -0000 From: "Ulrich Weigand" Cc: msnyder@vmware.com (Michael Snyder), gdb-patches@sourceware.org (gdb-patches@sourceware.org) In-Reply-To: <201006111801.o5BI18x8003859@d12av02.megacenter.de.ibm.com> from "Ulrich Weigand" at Jun 11, 2010 08:01:08 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2010-06/txt/msg00280.txt.bz2 > Well, I'm seeing the message on x86 as well. Actually, this is even weirder: if I try this manually, just starting gdb on the setshow test case, and running: uweigand@br8ermyc:~/fsf/gdb-head-build/gdb/testsuite/gdb.base$ ../../gdb ./setshow GNU gdb (GDB) 7.1.50.20100611-cvs Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/uweigand/fsf/gdb-head-build/gdb/testsuite/gdb.base/setshow...done. (gdb) b main Breakpoint 1 at 0x8048408: file /home/uweigand/fsf/gdb-head/gdb/testsuite/gdb.base/setshow.c, line 16. (gdb) run Starting program: /home/uweigand/fsf/gdb-head-build/gdb/testsuite/gdb.base/setshow Breakpoint 1, main (argc=1, argv=0xbffff484) at /home/uweigand/fsf/gdb-head/gdb/testsuite/gdb.base/setshow.c:16 16 int i = 1; (gdb) set language asm Warning: the current language does not match this frame. I'm seeing the warning. But if I run the whole testcase under DejaGNU, it passes, and the log does *not* show the message ... I don't quite understand what's going on here. Bye, Ulrich -- Dr. Ulrich Weigand GNU Toolchain for Linux on System z and Cell BE Ulrich.Weigand@de.ibm.com