2005-01-13 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / gdb / coff-solib.h
index 3b65da8d8a526ad2a74ce6c0bf7ff0c2a644115b..05f6d92730c8c8e7073e52460896a286c09a6928 100644 (file)
@@ -1,5 +1,5 @@
 /* COFF (SVR3) Shared library declarations for GDB, the GNU Debugger.
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -32,17 +32,17 @@ extern void coff_clear_solib (void);
 
 /* Called to add symbols from a shared library to gdb's symbol table. */
 
-#define SOLIB_ADD(filename, from_tty, targ) \
-    coff_solib_add (filename, from_tty, targ)
+#define SOLIB_ADD(filename, from_tty, targ, readsyms) \
+    coff_solib_add (filename, from_tty, targ, readsyms)
 
-extern void coff_solib_add (char *, int, struct target_ops *);
+extern void coff_solib_add (char *, int, struct target_ops *, int);
 
-/* Function to be called when the inferior starts up, to discover the names
-   of shared libraries that are dynamically linked, the base addresses to
-   which they are linked, and sufficient information to read in their symbols
-   at a later time. */
+/* Function to be called when the inferior starts up, to discover the
+   names of shared libraries that are dynamically linked, the base
+   addresses to which they are linked, and sufficient information to
+   read in their symbols at a later time.  */
 
-#define SOLIB_CREATE_INFERIOR_HOOK(PID)        coff_solib_create_inferior_hook()
+#define SOLIB_CREATE_INFERIOR_HOOK(PID)        coff_solib_create_inferior_hook ()
 
 extern void coff_solib_create_inferior_hook (void);    /* solib.c */
 
@@ -61,7 +61,7 @@ extern void coff_solib_create_inferior_hook (void);   /* solib.c */
 
    Presently, this functionality is not implemented.
  */
-#define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \
+#define SOLIB_CREATE_CATCH_LOAD_HOOK(pid, tempflag, filename, cond_string) \
    error("catch of library loads/unloads not yet implemented on this platform")
 
 /* This function is called by the "catch unload" command.  It allows
@@ -70,7 +70,7 @@ extern void coff_solib_create_inferior_hook (void);   /* solib.c */
 
    Presently, this functionality is not implemented.
  */
-#define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \
+#define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid, tempflag, filename, cond_string) \
    error("catch of library loads/unloads not yet implemented on this platform")
 
 /* This function returns TRUE if the dynamic linker has just reported
@@ -109,7 +109,7 @@ extern void coff_solib_create_inferior_hook (void); /* solib.c */
  */
 
 #define SOLIB_LOADED_LIBRARY_PATHNAME(pid) \
-(0)
+""
 
 /* This function returns TRUE if the dynamic linker has just reported
    an unload of a library.