diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-13 23:45:29 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-13 23:45:29 +0000 |
commit | 9b5c5aad72c9d70c706ddd26554c07aa1418ce4c (patch) | |
tree | b4637d57f2e3ecc07592227dd766982af490acce /gdb/coff-solib.h | |
parent | 30fdc99fa888d8e0fea3a289f26e1298b94d85b9 (diff) | |
download | gdb-9b5c5aad72c9d70c706ddd26554c07aa1418ce4c.zip gdb-9b5c5aad72c9d70c706ddd26554c07aa1418ce4c.tar.gz gdb-9b5c5aad72c9d70c706ddd26554c07aa1418ce4c.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* coff-solib.c: Whitespace tweaks.
* coff-solib.h: Whitespace tweaks.
Diffstat (limited to 'gdb/coff-solib.h')
-rw-r--r-- | gdb/coff-solib.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gdb/coff-solib.h b/gdb/coff-solib.h index d29f96a..05f6d92 100644 --- a/gdb/coff-solib.h +++ b/gdb/coff-solib.h @@ -37,12 +37,12 @@ extern void coff_clear_solib (void); 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 |