From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27333 invoked by alias); 5 Jan 2003 04:35:49 -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 27324 invoked from network); 5 Jan 2003 04:35:49 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by 209.249.29.67 with SMTP; 5 Jan 2003 04:35:49 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18V4OL-0005Yb-00 for ; Sun, 05 Jan 2003 00:36:13 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18V2Vp-0004NM-00 for ; Sat, 04 Jan 2003 23:35:49 -0500 Date: Sun, 05 Jan 2003 04:35:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: RFC: "set osabi" Message-ID: <20030105043549.GA16603@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20021228034746.GA25677@nevyn.them.org> <20030104234905.GG28756@nevyn.them.org> <20030105020503.GJ28756@nevyn.them.org> <5567-Sun05Jan2003062510+0200-eliz@is.elta.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5567-Sun05Jan2003062510+0200-eliz@is.elta.co.il> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-01/txt/msg00167.txt.bz2 On Sun, Jan 05, 2003 at 06:25:11AM +0300, Eli Zaretskii wrote: > > Date: Sat, 4 Jan 2003 21:05:03 -0500 > > From: Daniel Jacobowitz > > > > > > same section). I'll do the docs before committing this. > > > > Except I didn't. Here they are; committed. > > Thanks. Please add a "@kindex show osabi" index entry, though. Thanks for catching that, I made the same mistake elsewhere too. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer 2003-01-04 Daniel Jacobowitz * gdb.texinfo (Controlling GDB): Add @kindex for "show osabi". (Backtraces): Add @kindex's for backtrace-below-main. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.135 diff -u -p -r1.135 gdb.texinfo --- gdb.texinfo 5 Jan 2003 02:03:57 -0000 1.135 +++ gdb.texinfo 5 Jan 2003 04:34:13 -0000 @@ -3857,6 +3857,9 @@ The display for frame zero does not begi value, indicating that your program has stopped at the beginning of the code for line @code{993} of @code{builtin.c}. +@kindex set backtrace-below-main +@kindex show backtrace-below-main + Most programs have a standard entry point---a place where system libraries and startup code transition into user code. For C this is @code{main}. When @value{GDBN} finds the entry function in a backtrace it will terminate @@ -12533,6 +12536,7 @@ current ABI. @cindex OS ABI @kindex set osabi +@kindex show osabi One @value{GDBN} configuration can debug binaries for multiple operating system targets, either via remote debugging or native emulation.