aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/huge.c
AgeCommit message (Collapse)AuthorFilesLines
2006-07-04 * gdb.base/huge.c: Allow CRASH_GDB to be set from commandNathan Sidwell1-2/+2
line. * gdb.base/huge.exp: Loop over compilation to find a size that is acceptable. * gdb.base/remote.exp: Correct expected strings. * gdb.dwarf2/mac-fileno.S: Avoid # comments.
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.