From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31841 invoked by alias); 18 Jun 2002 20:47:06 -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 31796 invoked from network); 18 Jun 2002 20:47:00 -0000 Received: from unknown (HELO mailhub.lss.emc.com) (168.159.1.79) by sources.redhat.com with SMTP; 18 Jun 2002 20:47:00 -0000 Received: from popimap.lss.emc.com (caduseus-ge.lss.emc.com [10.254.140.132]) by mailhub.lss.emc.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id g5IKktF06924; Tue, 18 Jun 2002 16:46:55 -0400 (EDT) Received: from ezra11984a (lul1173.lss.emc.com [168.159.33.173]) by popimap.lss.emc.com (Switch-2.2.0/Switch-2.2.0) with SMTP id g5IKksS27821; Tue, 18 Jun 2002 16:46:54 -0400 (EDT) Message-ID: <022e01c21709$69a4aea0$ad219fa8@lss.emc.com> From: "josef ezra" To: "Eli Zaretskii" Cc: "Michael Snyder" , References: Subject: Re: [RFA] new command: 'maintenance info lines' Date: Tue, 18 Jun 2002 13:47:00 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_022B_01C216E7.E28245C0" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-SW-Source: 2002-06/txt/msg00331.txt.bz2 This is a multi-part message in MIME format. ------=_NextPart_000_022B_01C216E7.E28245C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-length: 529 Eli Zaretskii wrote: > > On Mon, 17 Jun 2002, Josef Ezra wrote: > > > Following the line of 'maintenance info breakpoints / sections / > > sol-threads' commands, I'd like to suggest 'maintenance info lines' for > > this line-address dump. > > > > - jezra > > > > * printcmd.c (maintenance_info_lines): created > > (_initialize_printcmd): add command > > Please also consider adding a suitable description to gdb.texinfo. > TIA > I'm adding this gdb.textinfo entry (should I re-commit the whole thing?) - jezra ------=_NextPart_000_022B_01C216E7.E28245C0 Content-Type: application/octet-stream; name="diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="diff" Content-length: 979 Index: gdb.texinfo=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v=0A= retrieving revision 1.102=0A= diff -u -3 -r1.102 gdb.texinfo=0A= --- gdb.texinfo 11 Jun 2002 20:36:57 -0000 1.102=0A= +++ gdb.texinfo 18 Jun 2002 20:40:29 -0000=0A= @@ -4360,6 +4360,13 @@=0A= can set @var{instruction-set} to either @code{intel} or @code{att}.=0A= The default is @code{att}, the AT&T flavor used by default by Unix=0A= assemblers for x86-based targets.=0A= +=0A= +@kindex maint info lines=0A= +@item maint info lines=0A= +This command takes same parameters as @code{disassemble}, but only=20=0A= +dumps an 'address:line' pairs. Every pair means: "from this address=20=0A= +to the next pair, the code was generated by that line".=20=20=0A= +=0A= @end table=0A= =20=0A= =20=0A= ------=_NextPart_000_022B_01C216E7.E28245C0--