mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
2011-05-30 Pedro Alves <pedro@codesourcery.com>
gdb/ * interps.c (interp_set): Don't cancel continuations.
This commit is contained in:
parent
07e78767d6
commit
9722416428
@ -1,3 +1,7 @@
|
||||
2011-05-30 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* interps.c (interp_set): Don't cancel continuations.
|
||||
|
||||
2011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
|
||||
|
@ -150,7 +150,6 @@ interp_set (struct interp *interp, int top_level)
|
||||
|
||||
if (current_interpreter != NULL)
|
||||
{
|
||||
do_all_continuations (1);
|
||||
ui_out_flush (uiout);
|
||||
if (current_interpreter->procs->suspend_proc
|
||||
&& !current_interpreter->procs->suspend_proc (current_interpreter->
|
||||
|
Loading…
Reference in New Issue
Block a user