diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-05-14 18:45:45 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-05-14 18:45:45 +0000 |
commit | cb0ba49e37b824e23fe9ff24f07c008e74a6a382 (patch) | |
tree | 8cbc3f3b780c38d682d808535b60787dd7e1ac82 /gdb/solib.h | |
parent | 2644f3936c09e5883f8547c6b577fec9dd49b9a9 (diff) | |
download | gdb-cb0ba49e37b824e23fe9ff24f07c008e74a6a382.zip gdb-cb0ba49e37b824e23fe9ff24f07c008e74a6a382.tar.gz gdb-cb0ba49e37b824e23fe9ff24f07c008e74a6a382.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/solib.h b/gdb/solib.h index 2da8460..56a4a40 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); |