Home | History | Annotate | Download | only in test

Lines Matching refs:debug_on_start

21                                            bool debug_on_start) {
23 return SpawnChildImpl(procname, debug_on_start);
26 return SpawnChildImpl(procname, empty_file_list, debug_on_start);
34 bool debug_on_start) {
35 return SpawnChildImpl(procname, fds_to_map, debug_on_start);
40 bool debug_on_start) {
43 if (debug_on_start)
51 bool debug_on_start) {
53 LaunchApp(MakeCmdLine(procname, debug_on_start),
65 bool debug_on_start) {
67 LaunchApp(MakeCmdLine(procname, debug_on_start).argv(),