Searched refs:islldb (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/error/ |
| H A D | adebug.c | 260 PetscBool isdbx, isidb, isxldb, isxxgdb, isups, isxdb, isworkshop, isddd, iskdbg, islldb; in PetscAttachDebugger() local 281 PetscCall(PetscStrcmp(PetscDebugger, "lldb", &islldb)); in PetscAttachDebugger() 344 …if (islldb) PetscCall(PetscSNPrintf(command, sizeof(command), "osascript -e 'tell app \"Terminal\"… in PetscAttachDebugger() 389 if (islldb) { in PetscAttachDebugger() 555 PetscBool isdbx, isxldb, isxxgdb, isddd, iskdbg, isups, isxdb, islldb; in PetscStopForDebugger() local 588 PetscCall(PetscStrcmp(PetscDebugger, "lldb", &islldb)); in PetscStopForDebugger() 592 else if (islldb) printf("[%d]%s>>%s -p %d\n", rank, hostname, PetscDebugger, ppid); in PetscStopForDebugger()
|