* bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.multi / bkpt-multi-exec.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <unistd.h>
4 #include <string.h>
5
6 int main (void)
7 {
8 printf ("foll-exec is about to execl(crashme)...\n");
9
10 execl ("gdb.multi/crashme",
11 "gdb.multi/crashme",
12 (char *)0);
13 }
This page took 0.029797 seconds and 4 git commands to generate.