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] gdbcore.h whitespace tweaks


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

	* gdbcore.h: Whitespace tweaks.

Index: gdbcore.h
===================================================================
RCS file: /cvs/src/src/gdb/gdbcore.h,v
retrieving revision 1.15
diff -p -r1.15 gdbcore.h
*** gdbcore.h	20 Jul 2004 19:45:05 -0000	1.15
--- gdbcore.h	14 Jan 2005 00:20:20 -0000
*************** extern void generic_search (int len, cha
*** 106,118 ****
  extern void (*deprecated_exec_file_display_hook) (char *filename);
  
  /* Hook for "file_command", which is more useful than above
!    (because it is invoked AFTER symbols are read, not before) */
  
  extern void (*deprecated_file_changed_hook) (char *filename);
  
  extern void specify_exec_file_hook (void (*hook) (char *filename));
  
! /* Binary File Diddlers for the exec and core files */
  
  extern bfd *core_bfd;
  extern bfd *exec_bfd;
--- 106,118 ----
  extern void (*deprecated_exec_file_display_hook) (char *filename);
  
  /* Hook for "file_command", which is more useful than above
!    (because it is invoked AFTER symbols are read, not before).  */
  
  extern void (*deprecated_file_changed_hook) (char *filename);
  
  extern void specify_exec_file_hook (void (*hook) (char *filename));
  
! /* Binary File Diddlers for the exec and core files.  */
  
  extern bfd *core_bfd;
  extern bfd *exec_bfd;

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