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/doc/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/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c7a5621..078ced4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2006-09-07 Vladimir Prus <vladimir@codesourcery.com> + + * gdb.texinfo (GDB/MI Stack Manipulation): Mention that + -stack-list-locals HIGH_FRAME argument can be larger then the + actual number of frames. + 2006-09-02 Bob Wilson <bob.wilson@acm.org> * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets, |