forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user