From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15097 invoked by alias); 9 Nov 2010 03:51:55 -0000 Received: (qmail 15087 invoked by uid 22791); 9 Nov 2010 03:51:54 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_QE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Nov 2010 03:51:50 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA93pmQB028126 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Nov 2010 22:51:49 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oA93pith018054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 8 Nov 2010 22:51:48 -0500 Received: from host0.dyn.jankratochvil.net (localhost.localdomain [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id oA93peLY023303; Tue, 9 Nov 2010 04:51:41 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id oA93pbHa023289; Tue, 9 Nov 2010 04:51:37 +0100 Date: Tue, 09 Nov 2010 03:51:00 -0000 From: Jan Kratochvil To: Xingxing Pan Cc: gdb-patches@sourceware.org Subject: Re: [patch] solib-display.exp: displays for local variables automatically disabled Message-ID: <20101109035137.GA23259@host0.dyn.jankratochvil.net> References: <20101108143618.GA30630@host0.dyn.jankratochvil.net> <20101109024617.GA20814@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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-11/txt/msg00133.txt.bz2 Hi Pan, On Tue, 09 Nov 2010 04:29:28 +0100, Xingxing Pan wrote: > I found the reason. The arch-dependented function gdbarch_init should > reuse the existing arch. > I've to say sorry that something happend during the porting, and this > problem is not common. With: This GDB was configured as "armv5tel-unknown-linux-gnueabi". gdb.base/solib-display-main: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped Fedora 12 arm running inside qemu-system-arm-0.12.5-1.fc13.x86_64 it also fully PASSes. I believe there is more some ARM problem, isn't it? Thanks, Jan