Searched refs:initOnException (Results 1 – 1 of 1) sorted by relevance
85 static char *initOnException = NULL; /* init when this exception thrown */ variable444 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()