2005-01-13 Michael Snyder <msnyder@redhat.com>
* main.c: Whitespace tweaks.
This commit is contained in:
parent
907d819a05
commit
ba5e7e8df2
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
* main.c: Whitespace tweaks.
|
||||||
* interps.c: Whitespace tweaks.
|
* interps.c: Whitespace tweaks.
|
||||||
* infrun.c: Whitespace tweaks.
|
* infrun.c: Whitespace tweaks.
|
||||||
* infcmd.c: Whitespace tweaks.
|
* infcmd.c: Whitespace tweaks.
|
||||||
|
|
|
@ -518,7 +518,7 @@ extern int gdbtk_test (char *);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initialize all files. Give the interpreter a chance to take
|
/* Initialize all files. Give the interpreter a chance to take
|
||||||
control of the console via the deprecated_init_ui_hook(). */
|
control of the console via the deprecated_init_ui_hook (). */
|
||||||
gdb_init (argv[0]);
|
gdb_init (argv[0]);
|
||||||
|
|
||||||
/* Do these (and anything which might call wrap_here or *_filtered)
|
/* Do these (and anything which might call wrap_here or *_filtered)
|
||||||
|
@ -774,9 +774,9 @@ extern int gdbtk_test (char *);
|
||||||
if (!SET_TOP_LEVEL ())
|
if (!SET_TOP_LEVEL ())
|
||||||
{
|
{
|
||||||
do_cleanups (ALL_CLEANUPS); /* Do complete cleanup */
|
do_cleanups (ALL_CLEANUPS); /* Do complete cleanup */
|
||||||
/* GUIs generally have their own command loop, mainloop, or whatever.
|
/* GUIs generally have their own command loop, mainloop, or
|
||||||
This is a good place to gain control because many error
|
whatever. This is a good place to gain control because
|
||||||
conditions will end up here via longjmp(). */
|
many error conditions will end up here via longjmp(). */
|
||||||
if (deprecated_command_loop_hook)
|
if (deprecated_command_loop_hook)
|
||||||
deprecated_command_loop_hook ();
|
deprecated_command_loop_hook ();
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue