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
444 if (initOnUncaught || (initOnException != NULL)) { in Agent_OnLoad()
600 } else if (initOnException != NULL) { in cbEarlyException()
611 initOnException, signature)); in cbEarlyException()
613 (strcmp(signature, initOnException) == 0)) { in cbEarlyException()
1225 initOnException = current; in parseOptions()
1371 if ((initOnException != NULL) || (initOnUncaught)) { in parseOptions()
1492 } else if (!initOnUncaught && (initOnException == NULL)) { in Agent_OnAttach()