2010-05-14 Michael Snyder <msnyder@vmware.com>

* elfread.c: White space.
	* environ.c: White space.
	* eval.c: White space.
	* event-loop.c: White space.
	* event-top.c: White space.
	* exceptions.c: White space.
	* exec.c: White space.
	* expprint.c: White space.
This commit is contained in:
Michael Snyder
2010-05-14 18:35:11 +00:00
parent 9a619af0d3
commit d7f9d72972
9 changed files with 75 additions and 8 deletions

View File

@@ -504,6 +504,7 @@ command_handler (char *command)
{
#ifdef HAVE_SBRK
char *lim = (char *) sbrk (0);
space_at_cmd_start = lim - lim_at_start;
#endif
}
@@ -556,7 +557,6 @@ command_line_handler (char *rl)
char *nline;
char got_eof = 0;
int repeat = (instream == stdin);
if (annotation_level > 1 && instream == stdin)
@@ -990,6 +990,7 @@ static void
async_stop_sig (gdb_client_data arg)
{
char *prompt = get_prompt ();
#if STOP_SIGNAL == SIGTSTP
signal (SIGTSTP, SIG_DFL);
#if HAVE_SIGPROCMASK