From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15062 invoked by alias); 15 Jul 2003 15:56:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15050 invoked from network); 15 Jul 2003 15:56:04 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 15 Jul 2003 15:56:04 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 37B732B79; Tue, 15 Jul 2003 11:56:03 -0400 (EDT) Message-ID: <3F142413.7060706@redhat.com> Date: Tue, 15 Jul 2003 15:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [patch, rfc, 6.0] Change frame predicates to sniffers References: <200307121919.h6CJJXxo019043@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00285.txt.bz2 > My test bed says: no regressions, no improvements. > > Tested on native i686-pc-linux-gnu, gcc v2 and v3 (several flavors > of v3), -gdwarf-2 and -gstabs+. Good, that was the intent :-) >> Can anyone point me at testcases that will magically start passing with >> this fixed? > > > If you want test scripts, try: > > gdb.base/corefile.exp: backtrace in corefile.exp > gdb.base/corefile.exp: print func2::coremaker_local > gdb.mi/mi-syn-frame.exp: 407-stack-list-frames > gdb.threads/pthreads.exp: check backtrace from main thread > gdb.threads/pthreads.exp: apply backtrace command to all three threads > gdb.threads/pthreads.exp: check backtrace from thread 2 > > Or download the attachments from pr gdb/1250, pr gdb/1253, > and pr gdb/1255, and play with those. Thanks. Andrew