when innermost frame is selected, but not in outer frames.
PR 9012
+Tue Jul 16 23:47:04 1996 Mark Alexander <marka@cygnus.com>
+
+ * a29k-tdep.c (get_saved_register): Allow PC to be modified
+ when innermost frame is selected, but not in outer frames.
+
Tue Jul 16 23:37:25 1996 Stu Grossman (grossman@critters.cygnus.com)
* command.c (do_setshow_command): Don't segfault when showing
*lvalp = not_lval;
return;
}
- else if (regnum == PC_REGNUM)
+ else if (regnum == PC_REGNUM && frame->next != NULL)
{
if (raw_buffer != NULL)
{