Allow the HIGH-FRAME parameter for -stack-list-frames to be larger

than the number of available frames.
This commit is contained in:
Vladimir Prus 2006-09-07 16:40:19 +00:00
parent 7a0b019608
commit 2ab1eb7abc
6 changed files with 26 additions and 3 deletions

View file

@ -88,8 +88,6 @@ mi_cmd_stack_list_frames (char *command, char **argv, int argc)
}
do_cleanups (cleanup_stack);
if (i < frame_high)
error (_("mi_cmd_stack_list_frames: Not enough frames in stack."));
return MI_CMD_DONE;
}