Lines Matching refs:pid

258     char        pid[10];  in PetscAttachDebugger()  local
270 PetscCall(PetscSNPrintf(pid, PETSC_STATIC_ARRAY_LENGTH(pid), "%d", child)); in PetscAttachDebugger()
285 args[2] = pid; in PetscAttachDebugger()
290 printf("PETSC: Attaching %s to %s %s on %s\n", args[0], args[1], pid, hostname); in PetscAttachDebugger()
297 args[2] = pid; in PetscAttachDebugger()
303 printf("PETSC: Attaching %s to %s %s on %s\n", args[0], args[3], pid, hostname); in PetscAttachDebugger()
310 args[2] = pid; in PetscAttachDebugger()
316 printf("PETSC: Attaching %s to %s %s on %s\n", args[0], args[1], pid, hostname); in PetscAttachDebugger()
323 args[2] = pid; in PetscAttachDebugger()
327 args[5] = pid; in PetscAttachDebugger()
331 printf("PETSC: Attaching %s to %s on %s\n", args[0], pid, hostname); in PetscAttachDebugger()
344 …nd, sizeof(command), "osascript -e 'tell app \"Terminal\" to do script \"lldb -p %s \"'\n", pid)); in PetscAttachDebugger()
348 …cript -e 'tell app \"Terminal\" to do script \"%s %s %s \"'\n", PetscDebugger, fullprogram, pid)); in PetscAttachDebugger()
378 args[j++] = pid; in PetscAttachDebugger()
384 args[j++] = pid; in PetscAttachDebugger()
392 args[j++] = pid; in PetscAttachDebugger()
399 args[j++] = pid; in PetscAttachDebugger()
405 args[j++] = pid; in PetscAttachDebugger()
409 args[j++] = pid; in PetscAttachDebugger()
412 args[j++] = pid; in PetscAttachDebugger()
416 args[j++] = pid; in PetscAttachDebugger()
421 …%s to %s of pid %s on display %s on machine %s\n", PetscDebugger, program, pid, display, hostname); in PetscAttachDebugger()
422 … else printf("PETSC: Attaching %s to %s on pid %s on %s\n", PetscDebugger, program, pid, hostname); in PetscAttachDebugger()
429 … printf("PETSC: Attaching %s to %s of pid %s on %s\n", PetscDebugger, program, pid, hostname); in PetscAttachDebugger()