From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1245 invoked by alias); 23 Nov 2003 20:21:58 -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 1217 invoked from network); 23 Nov 2003 20:21:57 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 23 Nov 2003 20:21:57 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id hANKL3jW000343; Sun, 23 Nov 2003 21:21:03 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id hANKL2TW009429; Sun, 23 Nov 2003 21:21:02 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id hANKKrLa009424; Sun, 23 Nov 2003 21:20:53 +0100 (CET) Date: Sun, 23 Nov 2003 20:21:00 -0000 Message-Id: <200311232020.hANKKrLa009424@elgar.kettenis.dyndns.org> From: Mark Kettenis To: mec.gnu@mindspring.com CC: carlton@kealia.com, gdb-patches@sources.redhat.com In-reply-to: <20031122201732.404C84B36E@berman.michael-chastain.com> (mec.gnu@mindspring.com) Subject: Re: [RFA] Testcase for backtrace/1435 References: <20031122201732.404C84B36E@berman.michael-chastain.com> X-SW-Source: 2003-11/txt/msg00493.txt.bz2 I've removed runto_main from the testcase; it shouldn't be necessary. Feel free to add a testcase for the symtab problem though. Mark