forked from Imagelibrary/binutils-gdb
* 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:
@@ -8,5 +8,5 @@ main (int argc, char **argv)
|
||||
while (i < argc)
|
||||
printf ("%s\n", argv[i++]);
|
||||
|
||||
return 0;
|
||||
return 0; /* set breakpoint here */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user