From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14455 invoked by alias); 2 May 2005 20:43:52 -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 14399 invoked from network); 2 May 2005 20:43:46 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 2 May 2005 20:43:46 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j42KhcAV015641; Mon, 2 May 2005 22:43:38 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j42KhcDT008703; Mon, 2 May 2005 22:43:38 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j42KhcEC004902; Mon, 2 May 2005 22:43:38 +0200 (CEST) Date: Mon, 02 May 2005 20:43:00 -0000 Message-Id: <200505022043.j42KhcEC004902@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: mark.kettenis@xs4all.nl, gdb-patches@sourceware.org In-reply-to: <01c54e81$Blat.v2.4$5b53e660@zahav.net.il> (eliz@gnu.org) Subject: Re: [COMMIT[ Remove somsolib.[ch] References: <200505011604.j41G4W2k009300@elgar.sibelius.xs4all.nl> <01c54e81$Blat.v2.4$5b53e660@zahav.net.il> X-SW-Source: 2005-05/txt/msg00071.txt.bz2 Date: Sun, 01 May 2005 22:08:51 +0300 From: "Eli Zaretskii" > Date: Sun, 1 May 2005 18:04:32 +0200 (CEST) > From: Mark Kettenis > > This was replaced with solib-som.[ch] some time ago. > > Committed as obvious, > > Mark > > Index: ChangeLog > from Mark Kettenis > * somsolib.c, somsolib.h: Remove files. > * Makefile.in (somsolib_h): Remove. > (somsolib.o): Remove dependency. Please also update gdb.texinfo: it documents the option auto-solib-limit that will now cease to exist. It disappeared some time ago already. Anyway, I checked in the attached. Index: ChangeLog from Mark Kettenis * gdb.texinfo (Files): Remove documentation for auto-solib-limit. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.250 diff -u -p -r1.250 gdb.texinfo --- gdb.texinfo 2 May 2005 20:28:47 -0000 1.250 +++ gdb.texinfo 2 May 2005 20:40:33 -0000 @@ -10924,36 +10924,6 @@ libraries that were loaded by explicit u discarded. @end table -On some systems, such as HP-UX systems, @value{GDBN} supports -autoloading shared library symbols until a limiting threshold size is -reached. This provides the benefit of allowing autoloading to remain on -by default, but avoids autoloading excessively large shared libraries, -up to a threshold that is initially set, but which you can modify if you -wish. - -Beyond that threshold, symbols from shared libraries must be explicitly -loaded. To load these symbols, use the command @code{sharedlibrary -@var{filename}}. The base address of the shared library is determined -automatically by @value{GDBN} and need not be specified. - -To display or set the threshold, use the commands: - -@table @code -@kindex set auto-solib-limit -@item set auto-solib-limit @var{threshold} -Set the autoloading size threshold, in an integral number of megabytes. -If @var{threshold} is nonzero and shared library autoloading is enabled, -symbols from all shared object libraries will be loaded until the total -size of the loaded shared library symbols exceeds this threshold. -Otherwise, symbols must be loaded manually, using the -@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100 -Mb). - -@kindex show auto-solib-limit -@item show auto-solib-limit -Display the current autoloading size threshold, in megabytes. -@end table - Sometimes you may wish that @value{GDBN} stops and gives you control when any of shared library events happen. Use the @code{set stop-on-solib-events} command for this: