Lines Matching refs:PetscDebugger

14 static char      PetscDebugger[PETSC_MAX_PATH_LEN];  variable
80 if (debugger) PetscCall(PetscStrncpy(PetscDebugger, debugger, sizeof(PetscDebugger))); in PetscSetDebugger()
272 PetscCall(PetscStrcmp(PetscDebugger, "xxgdb", &isxxgdb)); in PetscAttachDebugger()
273 PetscCall(PetscStrcmp(PetscDebugger, "ddd", &isddd)); in PetscAttachDebugger()
274 PetscCall(PetscStrcmp(PetscDebugger, "kdbg", &iskdbg)); in PetscAttachDebugger()
275 PetscCall(PetscStrcmp(PetscDebugger, "ups", &isups)); in PetscAttachDebugger()
276 PetscCall(PetscStrcmp(PetscDebugger, "xldb", &isxldb)); in PetscAttachDebugger()
277 PetscCall(PetscStrcmp(PetscDebugger, "xdb", &isxdb)); in PetscAttachDebugger()
278 PetscCall(PetscStrcmp(PetscDebugger, "dbx", &isdbx)); in PetscAttachDebugger()
279 PetscCall(PetscStrcmp(PetscDebugger, "idb", &isidb)); in PetscAttachDebugger()
280 PetscCall(PetscStrcmp(PetscDebugger, "workshop", &isworkshop)); in PetscAttachDebugger()
281 PetscCall(PetscStrcmp(PetscDebugger, "lldb", &islldb)); in PetscAttachDebugger()
287 args[0] = PetscDebugger; in PetscAttachDebugger()
300 args[0] = PetscDebugger; in PetscAttachDebugger()
313 args[0] = PetscDebugger; in PetscAttachDebugger()
326 args[0] = PetscDebugger; in PetscAttachDebugger()
348 …"osascript -e 'tell app \"Terminal\" to do script \"%s %s %s \"'\n", PetscDebugger, fullprogram, … in PetscAttachDebugger()
374 args[j++] = PetscDebugger; in PetscAttachDebugger()
421 …("PETSC: Attaching %s to %s of pid %s on display %s on machine %s\n", PetscDebugger, program, pid,… 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()
581 PetscCall(PetscStrcmp(PetscDebugger, "xxgdb", &isxxgdb)); in PetscStopForDebugger()
582 PetscCall(PetscStrcmp(PetscDebugger, "ddd", &isddd)); in PetscStopForDebugger()
583 PetscCall(PetscStrcmp(PetscDebugger, "kdbg", &iskdbg)); in PetscStopForDebugger()
584 PetscCall(PetscStrcmp(PetscDebugger, "ups", &isups)); in PetscStopForDebugger()
585 PetscCall(PetscStrcmp(PetscDebugger, "xldb", &isxldb)); in PetscStopForDebugger()
586 PetscCall(PetscStrcmp(PetscDebugger, "xdb", &isxdb)); in PetscStopForDebugger()
587 PetscCall(PetscStrcmp(PetscDebugger, "dbx", &isdbx)); in PetscStopForDebugger()
588 PetscCall(PetscStrcmp(PetscDebugger, "lldb", &islldb)); in PetscStopForDebugger()
590 …sups || isddd || iskdbg) printf("[%d]%s>>%s %s %d\n", rank, hostname, PetscDebugger, program, ppid… in PetscStopForDebugger()
591 else if (isxldb) printf("[%d]%s>>%s -a %d %s\n", rank, hostname, PetscDebugger, ppid, program); in PetscStopForDebugger()
592 else if (islldb) printf("[%d]%s>>%s -p %d\n", rank, hostname, PetscDebugger, ppid); in PetscStopForDebugger()
595 printf("[%d]%s>>%s -p %d %s\n", rank, hostname, PetscDebugger, ppid, program); in PetscStopForDebugger()
597 printf("[%d]%s>>%s -l ALL -P %d %s\n", rank, hostname, PetscDebugger, ppid, program); in PetscStopForDebugger()
599 printf("[%d]%s>>%s -a %d\n", rank, hostname, PetscDebugger, ppid); in PetscStopForDebugger()
601 printf("[%d]%s>>%s -pid %d %s\n", rank, hostname, PetscDebugger, ppid, program); in PetscStopForDebugger()
603 printf("[%d]%s>>%s %s %d\n", rank, hostname, PetscDebugger, program, ppid); in PetscStopForDebugger()