From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1666 invoked by alias); 28 Feb 2003 00:23:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1659 invoked from network); 28 Feb 2003 00:23:13 -0000 Received: from unknown (HELO home.wuertele.com) (209.209.100.27) by 172.16.49.205 with SMTP; 28 Feb 2003 00:23:13 -0000 Received: (qmail 4382 invoked by uid 500); 28 Feb 2003 00:03:08 -0000 To: gdb@sources.redhat.com Subject: Re: gdb 5.3 doesn't find line numbers From: David Wuertele Date: Fri, 28 Feb 2003 00:23:00 -0000 In-Reply-To: <20030228000759.GA19664@nevyn.them.org> (Daniel Jacobowitz's message of "Thu, 27 Feb 2003 19:07:59 -0500") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 (i686-pc-linux-gnu) References: <200302261651.04300.cjb@cs.utexas.edu> <20030227233345.GA18807@nevyn.them.org> <20030228000759.GA19664@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00601.txt.bz2 Daniel> Does that mean you can "break hello.c:26" now? Yes, now I can. Daniel> The session you posted before should have worked... Breaking at a line number did not work before. Now it does. Thanks! Dave