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] main.c whitespace tweaks


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

	* main.c: Whitespace tweaks.

Index: main.c
===================================================================
RCS file: /cvs/src/src/gdb/main.c,v
retrieving revision 1.46
diff -p -r1.46 main.c
*** main.c	12 Jan 2005 18:31:32 -0000	1.46
--- main.c	14 Jan 2005 00:56:25 -0000
*************** extern int gdbtk_test (char *);
*** 518,524 ****
    }
  
    /* Initialize all files.  Give the interpreter a chance to take
!      control of the console via the deprecated_init_ui_hook().  */
    gdb_init (argv[0]);
  
    /* Do these (and anything which might call wrap_here or *_filtered)
--- 518,524 ----
    }
  
    /* Initialize all files.  Give the interpreter a chance to take
!      control of the console via the deprecated_init_ui_hook ().  */
    gdb_init (argv[0]);
  
    /* Do these (and anything which might call wrap_here or *_filtered)
*************** extern int gdbtk_test (char *);
*** 774,782 ****
        if (!SET_TOP_LEVEL ())
  	{
  	  do_cleanups (ALL_CLEANUPS);	/* Do complete cleanup */
! 	  /* GUIs generally have their own command loop, mainloop, or whatever.
! 	     This is a good place to gain control because many error
! 	     conditions will end up here via longjmp(). */
  	  if (deprecated_command_loop_hook)
  	    deprecated_command_loop_hook ();
  	  else
--- 774,782 ----
        if (!SET_TOP_LEVEL ())
  	{
  	  do_cleanups (ALL_CLEANUPS);	/* Do complete cleanup */
! 	  /* GUIs generally have their own command loop, mainloop, or
! 	     whatever.  This is a good place to gain control because
! 	     many error conditions will end up here via longjmp().  */
  	  if (deprecated_command_loop_hook)
  	    deprecated_command_loop_hook ();
  	  else

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