From d7f9d729727b2b85ae3228785762f4d2e6a8742f Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 14 May 2010 18:35:11 +0000 Subject: 2010-05-14 Michael Snyder * 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. --- gdb/event-top.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/event-top.c') diff --git a/gdb/event-top.c b/gdb/event-top.c index c7c206b..718e245 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -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 -- cgit v1.1