Searched refs:writeInfoFormat (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/qphelper/ |
D | qpCrashHandler.c | 50 static void writeInfoFormat (qpWriteCrashInfoFunc writeFunc, void* userPtr, const char* format, ...) in writeInfoFormat() function 102 writeInfoFormat(writeInfo, userPtr, "Segmentation fault: '%s'\n", info->message); in qpCrashInfo_write() 106 writeInfoFormat(writeInfo, userPtr, "Unhandled exception: '%s'\n", info->message); in qpCrashInfo_write() 110 writeInfoFormat(writeInfo, userPtr, "Assertion '%s' failed at %s:%d\n", in qpCrashInfo_write() 118 writeInfoFormat(writeInfo, userPtr, "Crash: '%s'\n", info->message); in qpCrashInfo_write() 354 writeInfoFormat(writeInfo, userPtr, " at %p %s%s\n", handler->crashAddress, in qpCrashHandler_writeCrashInfo() 373 writeInfoFormat(writeInfo, userPtr, " %2d: %p %s%s\n", globalFrameNdx++, addresses[curFrame], in qpCrashHandler_writeCrashInfo() 545 …writeInfoFormat(writeInfo, userPtr, "Failed to create tmpfile '%s' for the backtrace %s.", tmpFile… in qpCrashHandler_writeCrashInfo() 562 …writeInfoFormat(writeInfo, userPtr, "Failed to seek to the beginning of the trace file %s.", strer… in qpCrashHandler_writeCrashInfo() 578 writeInfoFormat(writeInfo, userPtr, "Failed to print symbol pointer."); in qpCrashHandler_writeCrashInfo() [all …]
|