forked from Imagelibrary/binutils-gdb
* mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Don't emit error
if high requested frame number is larger then number of available frames.
This commit is contained in:
@@ -205,8 +205,6 @@ mi_cmd_stack_list_args (char *command, char **argv, int argc)
|
||||
}
|
||||
|
||||
do_cleanups (cleanup_stack_args);
|
||||
if (i < frame_high)
|
||||
error (_("mi_cmd_stack_list_args: Not enough frames in stack."));
|
||||
|
||||
return MI_CMD_DONE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user