Searched refs:stackIntLog (Results 1 - 2 of 2) sorted by relevance
| /ide/tools/previewer/util/windows/ |
| H A D | CrashHandler.cpp | 67 int8_t stackIntLog[PublicMethods::MAX_ITOA_BIT] = {0}; in RecordCallStack() local 68 unsigned int itoaLength = PublicMethods::Ulltoa(sf.AddrPC.Offset, stackIntLog); in RecordCallStack() 71 write(STDERR_FILENO, stackIntLog, itoaLength); in RecordCallStack() 81 int8_t stackIntLog[PublicMethods::MAX_ITOA_BIT] = {0}; in ApplicationCrashHandler() local 84 (exception->ExceptionRecord->ExceptionAddress), stackIntLog); in ApplicationCrashHandler() 87 write(STDERR_FILENO, stackIntLog, itoaLength); in ApplicationCrashHandler() 89 itoaLength = PublicMethods::Ulltoa(exception->ExceptionRecord->ExceptionCode, stackIntLog); in ApplicationCrashHandler() 92 write(STDERR_FILENO, stackIntLog, itoaLength); in ApplicationCrashHandler()
|
| /ide/tools/previewer/util/unix/ |
| H A D | CrashHandler.cpp | 40 int8_t stackIntLog[PublicMethods::MAX_ITOA_BIT] = {0}; in ApplicationCrashHandler() local 41 uint32_t itoaLength = PublicMethods::Ulltoa(signal, stackIntLog); in ApplicationCrashHandler() 44 write(STDERR_FILENO, stackIntLog, itoaLength); in ApplicationCrashHandler()
|
Completed in 1 milliseconds