This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: "set osabi"


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 <drow@mvista.com>
> > 
> > > > 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  <drow@mvista.com>

	* 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. 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]