aboutsummaryrefslogtreecommitdiff
path: root/gdb/somsolib.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-07-19 04:58:17 +0000
committerAndrew Cagney <cagney@redhat.com>2001-07-19 04:58:17 +0000
commit4b048bc0967a115c456bf2bfb463f90564fdf519 (patch)
treecdcb1e7ed1f8eb3e1a7bf2dc42d281715dc1593c /gdb/somsolib.c
parent6ad8a379a0373bab68623cb568d2a07d96cf5df8 (diff)
downloadgdb-4b048bc0967a115c456bf2bfb463f90564fdf519.zip
gdb-4b048bc0967a115c456bf2bfb463f90564fdf519.tar.gz
gdb-4b048bc0967a115c456bf2bfb463f90564fdf519.tar.bz2
From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
* infttrace.c (child_thread_alive): Fix gdb_tid typo. * somsolib.c (no_shared_libraries): Provide stub. * xcoffsolib.c (no_shared_libraries): Provide stub.
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r--gdb/somsolib.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c
index fe188ca..4b93fde 100644
--- a/gdb/somsolib.c
+++ b/gdb/somsolib.c
@@ -1542,6 +1542,24 @@ som_solib_restart (void)
}
+/* LOCAL FUNCTION
+
+ no_shared_libraries -- handle command to explicitly discard symbols
+ from shared libraries.
+
+ DESCRIPTION
+
+ Implements the command "nosharedlibrary", which discards symbols
+ that have been auto-loaded from shared libraries. Symbols from
+ shared libraries that were added by explicit request of the user
+ are not discarded. Also called from remote.c. */
+
+void
+no_shared_libraries (char *ignored, int from_tty)
+{
+ /* FIXME */
+}
+
void
_initialize_som_solib (void)