* varobj.c (varobj_create): Properly restore the selected frame.
This commit is contained in:
parent
8bb318c686
commit
e21458b242
@ -1,3 +1,7 @@
|
|||||||
|
2009-06-11 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* varobj.c (varobj_create): Properly restore the selected frame.
|
||||||
|
|
||||||
2009-06-05 Tom Tromey <tromey@redhat.com>
|
2009-06-05 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* inferior.c (print_inferior): Make a table, not a list. Emit
|
* inferior.c (print_inferior): Make a table, not a list. Emit
|
||||||
|
@ -577,7 +577,7 @@ varobj_create (char *objname,
|
|||||||
var->root->rootvar = var;
|
var->root->rootvar = var;
|
||||||
|
|
||||||
/* Reset the selected frame */
|
/* Reset the selected frame */
|
||||||
if (fi != NULL)
|
if (old_fi != NULL)
|
||||||
select_frame (old_fi);
|
select_frame (old_fi);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user