* mi/mi-interp.c (mi_on_resume): Flush raw_stdout.
This commit is contained in:
parent
936e838972
commit
c1828f258e
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2008-10-04 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
|
* mi/mi-interp.c (mi_on_resume): Flush raw_stdout.
|
||||||
|
|
||||||
2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
|
2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
PR gdb/2384:
|
PR gdb/2384:
|
||||||
|
|
|
@ -362,6 +362,7 @@ mi_on_resume (ptid_t ptid)
|
||||||
if (!target_is_async_p ())
|
if (!target_is_async_p ())
|
||||||
fputs_unfiltered ("(gdb) \n", raw_stdout);
|
fputs_unfiltered ("(gdb) \n", raw_stdout);
|
||||||
}
|
}
|
||||||
|
gdb_flush (raw_stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern initialize_file_ftype _initialize_mi_interp; /* -Wmissing-prototypes */
|
extern initialize_file_ftype _initialize_mi_interp; /* -Wmissing-prototypes */
|
||||||
|
|
Loading…
Reference in a new issue