Lines Matching full:gencore
18 /* Command line syntax: ./backtrace-child [--ptraceme|--gencore]
20 --gencore will call abort () at its end.
34 abort () is called otherwise, expected for --gencore core dump.
104 static int ptraceme, gencore;
112 if (! gencore)
121 /* Here we dump the core for --gencore. */
161 if (! gencore)
208 gencore = (*argv && strcmp (*argv, "--gencore") == 0);
209 argv += gencore;
219 if (gencore)
232 if (gencore)