diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2006-09-07 16:40:19 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2006-09-07 16:40:19 +0000 |
commit | 2ab1eb7abcf19861c0d778227bd44d5085d1e176 (patch) | |
tree | 245560e05fc437b51017571f5717ebc7fd590fb9 /gdb/mi/mi-cmd-stack.c | |
parent | 7a0b019608c711103302293b080ceee97f67af6c (diff) | |
download | ppe42-binutils-2ab1eb7abcf19861c0d778227bd44d5085d1e176.tar.gz ppe42-binutils-2ab1eb7abcf19861c0d778227bd44d5085d1e176.zip |
Allow the HIGH-FRAME parameter for -stack-list-frames to be larger
than the number of available frames.
Diffstat (limited to 'gdb/mi/mi-cmd-stack.c')
-rw-r--r-- | gdb/mi/mi-cmd-stack.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/mi/mi-cmd-stack.c b/gdb/mi/mi-cmd-stack.c index 2de54511cc..00dcba4439 100644 --- a/gdb/mi/mi-cmd-stack.c +++ b/gdb/mi/mi-cmd-stack.c @@ -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; } |