This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob/commit] solib whitespace tweaks


2005-01-13  Michael Snyder  <msnyder@redhat.com>

	* solib-aix.c: Whitespace tweaks.
	* solib.c: Whitespace tweaks.
	* solib-frv.c: Whitespace tweaks.
	* solib.h: Whitespace tweaks.
	* solib-irix.c: Whitespace tweaks.
	* solib-som.c: Whitespace tweaks.
	* solib-sunos.c: Whitespace tweaks.
	* solib-svr4.[ch]: Whitespace tweaks.

Index: solib-aix5.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-aix5.c,v
retrieving revision 1.14
diff -p -r1.14 solib-aix5.c
*** solib-aix5.c	28 Jun 2004 23:59:28 -0000	1.14
--- solib-aix5.c	14 Jan 2005 02:00:41 -0000
*************** aix5_relocate_main_executable (void)
*** 771,777 ****
  
     SYNOPSIS
  
!    void aix5_solib_create_inferior_hook()
  
     DESCRIPTION
  
--- 771,777 ----
  
     SYNOPSIS
  
!    void aix5_solib_create_inferior_hook ()
  
     DESCRIPTION
  
Index: solib.c
===================================================================
RCS file: /cvs/src/src/gdb/solib.c,v
retrieving revision 1.70
diff -p -r1.70 solib.c
*** solib.c	12 Jan 2005 20:52:18 -0000	1.70
--- solib.c	14 Jan 2005 02:00:41 -0000
*************** do_clear_solib (void *dummy)
*** 801,807 ****
  
     SYNOPSIS
  
!    void solib_create_inferior_hook()
  
     DESCRIPTION
  
--- 801,807 ----
  
     SYNOPSIS
  
!    void solib_create_inferior_hook ()
  
     DESCRIPTION
  
Index: solib-frv.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-frv.c,v
retrieving revision 1.4
diff -p -r1.4 solib-frv.c
*** solib-frv.c	11 Sep 2004 10:24:50 -0000	1.4
--- solib-frv.c	14 Jan 2005 02:00:41 -0000
*************** frv_relocate_main_executable (void)
*** 917,923 ****
  
     SYNOPSIS
  
!    void frv_solib_create_inferior_hook()
  
     DESCRIPTION
  
--- 917,923 ----
  
     SYNOPSIS
  
!    void frv_solib_create_inferior_hook ()
  
     DESCRIPTION
  
Index: solib.h
===================================================================
RCS file: /cvs/src/src/gdb/solib.h,v
retrieving revision 1.13
diff -p -r1.13 solib.h
*** solib.h	12 Jan 2005 20:52:18 -0000	1.13
--- solib.h	14 Jan 2005 02:00:41 -0000
*************** extern void clear_solib (void);
*** 42,53 ****
  extern void solib_add (char *, int, struct target_ops *, int);
  extern int solib_read_symbols (struct so_list *, 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. */
  
! #define SOLIB_CREATE_INFERIOR_HOOK(PID)	solib_create_inferior_hook()
  
  /* Function to be called to remove the connection between debugger and
     dynamic linker that was established by SOLIB_CREATE_INFERIOR_HOOK.
--- 42,53 ----
  extern void solib_add (char *, int, struct target_ops *, int);
  extern int solib_read_symbols (struct so_list *, 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.  */
  
! #define SOLIB_CREATE_INFERIOR_HOOK(PID)	solib_create_inferior_hook ()
  
  /* Function to be called to remove the connection between debugger and
     dynamic linker that was established by SOLIB_CREATE_INFERIOR_HOOK.
Index: solib-irix.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-irix.c,v
retrieving revision 1.6
diff -p -r1.6 solib-irix.c
*** solib-irix.c	27 Aug 2004 13:37:42 -0000	1.6
--- solib-irix.c	14 Jan 2005 02:00:41 -0000
*************** enable_break (void)
*** 371,377 ****
  
     SYNOPSIS
  
!    void solib_create_inferior_hook()
  
     DESCRIPTION
  
--- 371,377 ----
  
     SYNOPSIS
  
!    void solib_create_inferior_hook ()
  
     DESCRIPTION
  
Index: solib-som.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-som.c,v
retrieving revision 1.2
diff -p -r1.2 solib-som.c
*** solib-som.c	17 Dec 2004 07:42:47 -0000	1.2
--- solib-som.c	14 Jan 2005 02:00:42 -0000
*************** keep_going:
*** 322,329 ****
     shared library events.  To resume notifications, GDB must call
     som_solib_create_inferior_hook.
  
!    This operation does not remove any knowledge of shared libraries which
!    GDB may already have been notified of.
   */
  static void
  som_solib_remove_inferior_hook (int pid)
--- 322,329 ----
     shared library events.  To resume notifications, GDB must call
     som_solib_create_inferior_hook.
  
!    This operation does not remove any knowledge of shared libraries
!    of which GDB may already have been notified.
   */
  static void
  som_solib_remove_inferior_hook (int pid)
Index: solib-sunos.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-sunos.c,v
retrieving revision 1.17
diff -p -r1.17 solib-sunos.c
*** solib-sunos.c	8 Oct 2004 19:49:34 -0000	1.17
--- solib-sunos.c	14 Jan 2005 02:00:42 -0000
*************** sunos_special_symbol_handling (void)
*** 695,701 ****
  
     SYNOPSIS
  
!    void sunos_solib_create_inferior_hook()
  
     DESCRIPTION
  
--- 695,701 ----
  
     SYNOPSIS
  
!    void sunos_solib_create_inferior_hook ()
  
     DESCRIPTION
  
Index: solib-svr4.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-svr4.c,v
retrieving revision 1.44
diff -p -r1.44 solib-svr4.c
*** solib-svr4.c	9 Jun 2004 20:03:33 -0000	1.44
--- solib-svr4.c	14 Jan 2005 02:00:42 -0000
*************** static struct gdbarch_data *fetch_link_m
*** 56,64 ****
  
  /* legacy_svr4_fetch_link_map_offsets_hook is a pointer to a function
     which is used to fetch link map offsets.  It will only be set
!    by solib-legacy.c, if at all. */
  
! struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook)(void) = 0;
  
  /* Link map info to include in an allocated so_list entry */
  
--- 56,64 ----
  
  /* legacy_svr4_fetch_link_map_offsets_hook is a pointer to a function
     which is used to fetch link map offsets.  It will only be set
!    by solib-legacy.c, if at all.  */
  
! struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook) (void) = 0;
  
  /* Link map info to include in an allocated so_list entry */
  
*************** svr4_relocate_main_executable (void)
*** 1155,1161 ****
  
     SYNOPSIS
  
!    void svr4_solib_create_inferior_hook()
  
     DESCRIPTION
  
--- 1155,1161 ----
  
     SYNOPSIS
  
!    void svr4_solib_create_inferior_hook ()
  
     DESCRIPTION
  
Index: solib-svr4.h
===================================================================
RCS file: /cvs/src/src/gdb/solib-svr4.h,v
retrieving revision 1.8
diff -p -r1.8 solib-svr4.h
*** solib-svr4.h	12 Mar 2004 22:01:39 -0000	1.8
--- solib-svr4.h	14 Jan 2005 02:00:42 -0000
*************** extern CORE_ADDR svr4_fetch_objfile_link
*** 84,91 ****
  
  /* legacy_svr4_fetch_link_map_offsets_hook is a pointer to a function
     which is used to fetch link map offsets.  It will only be set
!    by solib-legacy.c, if at all. */
! extern struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook)(void);
  
  /* Fetch (and possibly build) an appropriate `struct link_map_offsets'
     for ILP32 and LP64 SVR4 systems.  */
--- 84,91 ----
  
  /* legacy_svr4_fetch_link_map_offsets_hook is a pointer to a function
     which is used to fetch link map offsets.  It will only be set
!    by solib-legacy.c, if at all.  */
! extern struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook) (void);
  
  /* Fetch (and possibly build) an appropriate `struct link_map_offsets'
     for ILP32 and LP64 SVR4 systems.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]