summaryrefslogtreecommitdiff
path: root/gdb/solib.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2001-05-14 18:45:45 +0000
committerMichael Snyder <msnyder@specifix.com>2001-05-14 18:45:45 +0000
commit1e91ed74a732b161528f5fc0991ca697c8733a3d (patch)
tree39045731f3cf1ecafa78624202047dc0ddf040f4 /gdb/solib.h
parentb60d4ac3618424dbc6689bdc86ff0d2a67389f1e (diff)
downloadgdb-1e91ed74a732b161528f5fc0991ca697c8733a3d.tar.gz
2001-05-14 Michael Snyder <msnyder@redhat.com>
* solib.c, solib.h: Add comment for function no_shared_libraries.
Diffstat (limited to 'gdb/solib.h')
-rw-r--r--gdb/solib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/solib.h b/gdb/solib.h
index 2da8460150d..56a4a400cf8 100644
--- a/gdb/solib.h
+++ b/gdb/solib.h
@@ -194,4 +194,6 @@ extern char *solib_address (CORE_ADDR); /* solib.c */
extern int in_solib_dynsym_resolve_code (CORE_ADDR); /* solib.c */
+/* Discard symbols that were auto-loaded from shared libraries. */
+
extern void no_shared_libraries (char *ignored, int from_tty);