Lines Matching defs:gencore
18 /* Command line syntax: ./backtrace-child [--ptraceme|--gencore]
20 --gencore will call abort () at its end.
35 abort () is called otherwise, expected for --gencore core dump.
114 static int ptraceme, gencore;
122 if (! gencore)
131 /* Here we dump the core for --gencore. */
170 if (! gencore)
217 gencore = (*argv && strcmp (*argv, "--gencore") == 0);
218 argv += gencore;
228 if (gencore)
240 if (gencore)