diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2006-09-17 15:49:32 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2006-09-17 15:49:32 +0000 |
commit | cd5ff84afdf0c24c2b3f732d994ea4f43cd1bf31 (patch) | |
tree | 5aeb9a38917686631b45e029ba0e2beb23343533 /gdb/testsuite/ChangeLog | |
parent | f28f46e7d6bcf30721936c21e1e523ee10a6d766 (diff) | |
download | gdb-cd5ff84afdf0c24c2b3f732d994ea4f43cd1bf31.zip gdb-cd5ff84afdf0c24c2b3f732d994ea4f43cd1bf31.tar.gz gdb-cd5ff84afdf0c24c2b3f732d994ea4f43cd1bf31.tar.bz2 |
* gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
HIGH_FRAME argument to -stack-list-arguments can be larger than
the number of frames.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8b201de..32bccd8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2006-09-17 Vladimir Prus <vladimir@codesourcery.com> + + * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that + HIGH_FRAME argument to -stack-list-arguments can be larger than + the number of frames. + 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com> * gdb.base/args.c (main): Add breakpoint marker. |