Searched refs:isdbx (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 278 PetscCall(PetscStrcmp(PetscDebugger, "dbx", &isdbx)); in PetscAttachDebugger() 395 if (isdbx) { in PetscAttachDebugger() 555 PetscBool isdbx, isxldb, isxxgdb, isddd, iskdbg, isups, isxdb, islldb; in PetscStopForDebugger() local 587 PetscCall(PetscStrcmp(PetscDebugger, "dbx", &isdbx)); in PetscStopForDebugger() 593 else if (isdbx) { in PetscStopForDebugger()
|