* gdb.base/args.c (main): Add breakpoint marker.

* gdb.base/args.exp: Use args_test for tests.  Add new tests which
	really test empty arguments.
	(args_load): Delete.
	(args_test): New.
This commit is contained in:
Daniel Jacobowitz
2006-09-15 20:06:42 +00:00
parent c4ae04ceb1
commit ae018d1aa1
3 changed files with 54 additions and 33 deletions

View File

@@ -8,5 +8,5 @@ main (int argc, char **argv)
while (i < argc)
printf ("%s\n", argv[i++]);
return 0;
return 0; /* set breakpoint here */
}