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/ChangeLog | |
parent | 7a0b019608c711103302293b080ceee97f67af6c (diff) | |
download | gdb-2ab1eb7abcf19861c0d778227bd44d5085d1e176.zip gdb-2ab1eb7abcf19861c0d778227bd44d5085d1e176.tar.gz gdb-2ab1eb7abcf19861c0d778227bd44d5085d1e176.tar.bz2 |
Allow the HIGH-FRAME parameter for -stack-list-frames to be larger
than the number of available frames.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1b61727..60394f2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2006-09-07 Vladimir Prus <vladimir@codesourcery.com> + + * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Don't emit + error if high requested frame number is larger then number + of available frames. + 2006-09-07 Joel Brobecker <brobecker@adacore.com> From Stephan Springl <springl-gdb@bfw-online.de> |