aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-05-02 20:42:27 +0000
committerMark Kettenis <kettenis@gnu.org>2005-05-02 20:42:27 +0000
commita561754a23a8d3820cabf1719a3c451a268fd26e (patch)
treef39b586a35a88a9be05de7ffcd8ed67ba0f4bd23
parent514c4d711002bbe8a63eb102b3d59ac7f9302efe (diff)
downloadfsf-binutils-gdb-a561754a23a8d3820cabf1719a3c451a268fd26e.zip
fsf-binutils-gdb-a561754a23a8d3820cabf1719a3c451a268fd26e.tar.gz
fsf-binutils-gdb-a561754a23a8d3820cabf1719a3c451a268fd26e.tar.bz2
* gdb.texinfo (Files): Remove documentation for auto-solib-limit.
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo30
2 files changed, 4 insertions, 30 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 8ce5a3c..1a9e94a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-02 Mark Kettenis <kettenis@gnu.org>
+
+ * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
+
2005-05-02 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (SVR4 Process Information, The isatty call)
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 0897b85..9bfa41a 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -10924,36 +10924,6 @@ libraries that were loaded by explicit user requests are not
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: