From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14053 invoked by alias); 17 Mar 2009 06:05:54 -0000 Received: (qmail 14043 invoked by uid 22791); 17 Mar 2009 06:05:53 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.184) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Mar 2009 06:05:46 +0000 Received: by ti-out-0910.google.com with SMTP id y8so2252293tia.12 for ; Mon, 16 Mar 2009 23:05:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.110.52.5 with SMTP id z5mr2653018tiz.52.1237269943207; Mon, 16 Mar 2009 23:05:43 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Mar 2009 06:21:00 -0000 Message-ID: Subject: Re: [RFC] disassemble-next-line From: teawater To: Eli Zaretskii Cc: dje@google.com, tromey@redhat.com, pedro@codesourcery.com, drow@false.org, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00299.txt.bz2 I had check the new patch in. 2009-03-17 Hui Zhu * stack.c: Change the introduce of "disassemble-next-line". 2009-03-17 Hui Zhu * gdb.texinfo: Change the introduce of "disassemble-next-line". Thanks, Hui On Tue, Mar 17, 2009 at 13:26, teawater wrote: > Sorry Eli, > > I had checked-in the old patch because I understand your meaning of > "Everything is OK" mistake. > I will commit your words to cvs. > > Thanks, > Hui > > On Tue, Mar 17, 2009 at 12:14, Eli Zaretskii wrote: >>> Date: Tue, 17 Mar 2009 10:17:16 +0800 >>> From: teawater >>> Cc: Doug Evans , tromey@redhat.com, pedro@codesourcery.= com, >>> =A0 =A0 =A0 drow@false.org, gdb-patches@sourceware.org >>> >>> I think pc address doesn't have line info have 2 reasons: >>> >>> 1. =A0Compile without -g >>> 2. =A0Some code doesn't have line info. =A0for example: plt code, lib c= ode. >> >> OK. =A0In that case, I suggest the following rewording: >> >> =A0If AUTO (which is the default), or there's no line info to determine >> =A0the source line of the next instruction, display disassembly of next >> =A0instruction instead. >> >