From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27309 invoked by alias); 9 Nov 2010 05:40:48 -0000 Received: (qmail 27194 invoked by uid 22791); 9 Nov 2010 05:40:46 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_QE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iw0-f169.google.com (HELO mail-iw0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Nov 2010 05:40:41 +0000 Received: by iwn9 with SMTP id 9so7469619iwn.0 for ; Mon, 08 Nov 2010 21:40:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.83.207 with SMTP id i15mr4309209icl.260.1289281239847; Mon, 08 Nov 2010 21:40:39 -0800 (PST) Received: by 10.231.146.82 with HTTP; Mon, 8 Nov 2010 21:40:39 -0800 (PST) In-Reply-To: <20101109035137.GA23259@host0.dyn.jankratochvil.net> References: <20101108143618.GA30630@host0.dyn.jankratochvil.net> <20101109024617.GA20814@host0.dyn.jankratochvil.net> <20101109035137.GA23259@host0.dyn.jankratochvil.net> Date: Tue, 09 Nov 2010 05:40:00 -0000 Message-ID: Subject: Re: [patch] solib-display.exp: displays for local variables automatically disabled From: Xingxing Pan To: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00135.txt.bz2 Hi, Jan. ARM's code is OK. The gdb in my hand ported from ARM has some problem. 2010/11/9 Jan Kratochvil : > 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 (S= YSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stri= pped > Fedora 12 arm running inside qemu-system-arm-0.12.5-1.fc13.x86_64 > > it also fully PASSes. =A0I believe there is more some ARM problem, isn't = it? > > > Thanks, > Jan >