Home
last modified time | relevance | path

Searched refs:initOnException (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/back/
DdebugInit.c85 static char *initOnException = NULL; /* init when this exception thrown */ variable
441 if (initOnUncaught || (initOnException != NULL)) { in Agent_OnLoad()
597 } else if (initOnException != NULL) { in cbEarlyException()
608 initOnException, signature)); in cbEarlyException()
610 (strcmp(signature, initOnException) == 0)) { in cbEarlyException()
1218 initOnException = current; in parseOptions()
1357 if ((initOnException != NULL) || (initOnUncaught)) { in parseOptions()
1478 } else if (!initOnUncaught && (initOnException == NULL)) { in Agent_OnAttach()