Home
last modified time | relevance | path

Searched refs:mypid (Results 1 – 1 of 1) sorted by relevance

/support/
A Dsupport_test_main.c193 pid_t mypid; in run_test_function() local
198 mypid = getpid(); in run_test_function()
199 if (mypid < 3) in run_test_function()
204 mypid = atoi (outside_pid); in run_test_function()
213 fprintf (stderr, "Waiting for debugger, test process is pid %d\n", mypid); in run_test_function()
221 fprintf (gdb_script, "attach %ld\n", (long int) mypid); in run_test_function()

Completed in 5 milliseconds