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: [COMMIT[ Remove somsolib.[ch]


   Date: Sun, 01 May 2005 22:08:51 +0300
   From: "Eli Zaretskii" <eliz@gnu.org>

   > Date: Sun, 1 May 2005 18:04:32 +0200 (CEST)
   > From: Mark Kettenis <mark.kettenis@xs4all.nl>
   > 
   > This was replaced with solib-som.[ch] some time ago.
   > 
   > Committed as obvious,
   > 
   > Mark
   > 
   > Index: ChangeLog
   > from  Mark Kettenis  <kettenis@gnu.org>
   > 	* 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  <kettenis@gnu.org>

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



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