* procfs.c (proc_wait): Call print_sys_errmsg() if we get an
[deliverable/binutils-gdb.git] / gdb / tm-svr4.h
index ed142142b8dbe675de5762bfc5df4ddba51b90d2..f1eea2057ce5512c7f076bdd9c3ac50214fd4131 100755 (executable)
@@ -18,4 +18,20 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-/* Currently empty */
+/* Support for SVR4 shared libraries. */
+
+#define CLEAR_SOLIB                    clear_solib
+extern void clear_solib ();                    /* solib.c */
+
+#define SOLIB_ADD(filename, from_tty, targ) solib_add (filename, from_tty, targ)
+extern void solib_add ();                      /* solib.c */
+
+#define SOLIB_CREATE_INFERIOR_HOOK     solib_create_inferior_hook
+extern void solib_create_inferior_hook();      /* solib.c */
+
+/* If we can't set a breakpoint, and it's in a shared library, just
+   disable it.  */
+
+#define DISABLE_UNSETTABLE_BREAK(addr) solib_address(addr)
+extern int solib_address ();                   /* solib.c */
+
This page took 0.023689 seconds and 4 git commands to generate.