Searched refs:isxldb (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 276 PetscCall(PetscStrcmp(PetscDebugger, "xldb", &isxldb)); in PetscAttachDebugger() 308 } else if (isxldb) { in PetscAttachDebugger() 555 PetscBool isdbx, isxldb, isxxgdb, isddd, iskdbg, isups, isxdb, islldb; in PetscStopForDebugger() local 585 PetscCall(PetscStrcmp(PetscDebugger, "xldb", &isxldb)); in PetscStopForDebugger() 591 else if (isxldb) printf("[%d]%s>>%s -a %d %s\n", rank, hostname, PetscDebugger, ppid, program); in PetscStopForDebugger()
|