Home | History | Annotate | Download | only in mac

Lines Matching refs:callstack

97  * Global to store the CrashWrangler generated callstack from
175 util_ssnprintf(run->report, sizeof(run->report), "STACK: \n Callstack not available.\n");
537 /* Hash the callstack in an unique way */
557 * The callstack begins with the following word
559 char* callstack = strstr(description, "Crashed:");
561 if (callstack == NULL) {
562 LOG_F("Could not find callstack in crash report %s", description);
568 char* callstack_start = strstr(callstack, "\n");
571 LOG_F("Could not find callstack start in crash report %s", description);
580 * Determine the end of the callstack
585 LOG_F("Could not find callstack end in crash report %s", description);
589 LOG_F("Malformed callstack: %s", description);
593 * Check for too large callstack.
598 LOG_W("Too large callstack (%zu bytes), truncating to %d bytes", callstack_size,
612 LOG_E("Memory leak: arch_analyzeSignal didn't free previous callstack");
618 * Copy the CrashWrangler formatted callstack and make sure
685 LOG_D("Callstack hash %llu", hash);
759 * Get a hash of the callstack