diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5f32bc5..00557c5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2002-01-07 Michael Snyder <msnyder@redhat.com> + + * gdb.base/huge.exp: New test. Print a very large target data object. + (skip_huge_test): New test variable. Define if you want to skip this + test. The test reads an 8 megabyte data object from the target, so it + might be very time consuming on remote targets with a slow connection. + * gdb.base/huge.c: New file. Test case for above. + 2002-01-07 Fred Fish <fnf@redhat.com> * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo, |