X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcoff-solib.h;h=71f707fbf298768a5505bc3df8afb38a0b70f388;hb=feb129926a8d12656f1ca4b7a8bb10268d3af4fb;hp=43375ccd460a97962da24f519a3ce77d91f9ef6d;hpb=8b0b198558d0fc981f129e2e3dcbe00a0f308449;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/coff-solib.h b/gdb/coff-solib.h index 43375ccd46..71f707fbf2 100644 --- a/gdb/coff-solib.h +++ b/gdb/coff-solib.h @@ -1,23 +1,24 @@ /* COFF (SVR3) Shared library declarations for GDB, the GNU Debugger. Copyright (C) 1992 Free Software Foundation, Inc. -This file is part of GDB. + This file is part of GDB. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + 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., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ -#ifdef __STDC__ /* Forward decl's for prototypes */ +#ifdef __STDC__ /* Forward decl's for prototypes */ struct target_ops; #endif @@ -47,7 +48,7 @@ coff_solib_add PARAMS ((char *, int, struct target_ops *)); #define SOLIB_CREATE_INFERIOR_HOOK(PID) coff_solib_create_inferior_hook() extern void -coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ +coff_solib_create_inferior_hook PARAMS ((void)); /* solib.c */ /* Function to be called to remove the connection between debugger and dynamic linker that was established by SOLIB_CREATE_INFERIOR_HOOK. @@ -55,7 +56,7 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ the debugger, as CLEAR_SOLIB does.) This functionality is presently not implemented for this target. - */ + */ #define SOLIB_REMOVE_INFERIOR_HOOK(PID) (0) /* This function is called by the "catch load" command. It allows @@ -63,7 +64,7 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ library file (or any library file, if filename is NULL) is loaded. Presently, this functionality is not implemented. - */ + */ #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \ error("catch of library loads/unloads not yet implemented on this platform") @@ -72,7 +73,7 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ library file (or any library file, if filename is NULL) is unloaded. Presently, this functionality is not implemented. - */ + */ #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \ error("catch of library loads/unloads not yet implemented on this platform") @@ -83,11 +84,11 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ the dynamic linker hook, or undefined results are guaranteed. Presently, this functionality is not implemented. - */ + */ /* -#define SOLIB_HAVE_LOAD_EVENT(pid) \ + #define SOLIB_HAVE_LOAD_EVENT(pid) \ error("catch of library loads/unloads not yet implemented on this platform") -*/ + */ #define SOLIB_HAVE_LOAD_EVENT(pid) \ (0) @@ -104,12 +105,12 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ string if they wish to continue the inferior and then access the string. Presently, this functionality is not implemented. - */ + */ /* -#define SOLIB_LOADED_LIBRARY_PATHNAME(pid) \ + #define SOLIB_LOADED_LIBRARY_PATHNAME(pid) \ error("catch of library loads/unloads not yet implemented on this platform") -*/ + */ #define SOLIB_LOADED_LIBRARY_PATHNAME(pid) \ (0) @@ -121,11 +122,11 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ the dynamic linker hook, or undefined results are guaranteed. Presently, this functionality is not implemented. - */ + */ /* -#define SOLIB_HAVE_UNLOAD_EVENT(pid) \ + #define SOLIB_HAVE_UNLOAD_EVENT(pid) \ error("catch of library loads/unloads not yet implemented on this platform") -*/ + */ #define SOLIB_HAVE_UNLOAD_EVENT(pid) \ (0) @@ -142,11 +143,11 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ string if they wish to continue the inferior and then access the string. Presently, this functionality is not implemented. - */ + */ /* -#define SOLIB_UNLOADED_LIBRARY_PATHNAME(pid) \ + #define SOLIB_UNLOADED_LIBRARY_PATHNAME(pid) \ error("catch of library loads/unloads not yet implemented on this platform") -*/ + */ #define SOLIB_UNLOADED_LIBRARY_PATHNAME(pid) \ (0) @@ -160,12 +161,12 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ results are guaranteed. Presently, this functionality is not implemented. - */ + */ /* -#define SOLIB_IN_DYNAMIC_LINKER(pid,pc) \ + #define SOLIB_IN_DYNAMIC_LINKER(pid,pc) \ error("catch of library loads/unloads not yet implemented on this platform") -*/ + */ #define SOLIB_IN_DYNAMIC_LINKER(pid,pc) \ (0) @@ -175,7 +176,7 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ any symbol tables. Presently, this functionality is not implemented. - */ + */ #define SOLIB_RESTART() \ (0) @@ -186,5 +187,5 @@ coff_solib_create_inferior_hook PARAMS((void)); /* solib.c */ #define DISABLE_UNSETTABLE_BREAK(addr) coff_solib_address(addr) extern int -solib_address PARAMS ((CORE_ADDR)); /* solib.c */ +solib_address PARAMS ((CORE_ADDR)); /* solib.c */ #endif