aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/huge.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-24* gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: IncludeMark Kettenis1-0/+2
<string.h>.
2002-02-24s/Linux/.../Andrew Cagney1-5/+3
Fix PR gdb/378.
2002-01-082002-01-07 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+19
* 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.