Allow the HIGH-FRAME parameter for -stack-list-frames to be larger
than the number of available frames.
This commit is contained in:
parent
7a0b019608
commit
2ab1eb7abc
6 changed files with 26 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue