From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20671 invoked by alias); 16 Mar 2009 19:51:21 -0000 Received: (qmail 20659 invoked by uid 22791); 16 Mar 2009 19:51:21 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BR,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Mar 2009 19:51:16 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KGM00E006QH5100@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Mon, 16 Mar 2009 21:51:52 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.218.225]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGM00LEC76EEJJ0@i-mtaout6.012.net.il>; Mon, 16 Mar 2009 21:51:52 +0200 (IST) Date: Mon, 16 Mar 2009 19:54:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] disassemble-next-line In-reply-to: To: Doug Evans Cc: teawater@gmail.com, tromey@redhat.com, pedro@codesourcery.com, drow@false.org, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: 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/msg00279.txt.bz2 > Date: Mon, 16 Mar 2009 12:31:44 -0700 > From: Doug Evans > Cc: teawater , tromey@redhat.com, pedro@codesourcery.com, > drow@false.org, gdb-patches@sourceware.org > > The issue here is that not all pc values have an associated source > line, and therefore what does one print in this situation? Thanks. But how can this be? Are we talking about code compiled without source line info, or about something else?