*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / solist.h
index 279f1adf4977bdc045c97c151c790376b3ee997b..01f734fcdad404414a356f6058e447a54b0182a4 100644 (file)
@@ -1,6 +1,6 @@
 /* Shared library declarations for GDB, the GNU Debugger.
    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
-   2001, 2007 Free Software Foundation, Inc.
+   2001, 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -115,6 +115,10 @@ struct target_so_ops
                                                 const domain_enum domain,
                                                 struct symtab **symtab);
 
+    /* Given two so_list objects, one from the GDB thread list
+       and another from the list returned by current_sos, return 1
+       if they represent the same library.  */
+    int (*same) (struct so_list *gdb, struct so_list *inferior);
   };
 
 /* Free the memory associated with a (so_list *).  */
This page took 0.023749 seconds and 4 git commands to generate.