From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30499 invoked by alias); 18 Mar 2009 05:27:14 -0000 Received: (qmail 30162 invoked by uid 22791); 18 Mar 2009 05:27:13 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_63,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Mar 2009 05:27:09 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id n2I5R6WJ029995 for ; Wed, 18 Mar 2009 05:27:06 GMT Received: from yw-out-2324.google.com (ywe9.prod.google.com [10.192.5.9]) by zps37.corp.google.com with ESMTP id n2I5R4Xa016237 for ; Tue, 17 Mar 2009 22:27:04 -0700 Received: by yw-out-2324.google.com with SMTP id 9so271600ywe.21 for ; Tue, 17 Mar 2009 22:27:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.154.14 with SMTP id b14mr340448wfe.168.1237354023889; Tue, 17 Mar 2009 22:27:03 -0700 (PDT) In-Reply-To: <20090318043626.D9F121C7301@localhost> References: <20090318043626.D9F121C7301@localhost> Date: Wed, 18 Mar 2009 05:45:00 -0000 Message-ID: <8ac60eac0903172227h662f0e25lf5c5700089ea670a@mail.gmail.com> Subject: Re: [RFA] (display_uses_solib_p): Redo loop, scan element list backwards. From: Paul Pluzhnikov To: Doug Evans Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true 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: 2009-03/txt/msg00366.txt.bz2 On Tue, Mar 17, 2009 at 9:36 PM, Doug Evans wrote: > I noticed sigbpt.exp is failing. I noticed that too, but then I re-ran just that test case alone and it succeeded, and I didn't investigate further :-( > I think this patch is the right fix. Looks correct to me. Thanks for debugging this. -- Paul Pluzhnikov