Home
last modified time | relevance | path

Searched refs:itoaLength (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/util/windows/
H A DCrashHandler.cpp68 unsigned int itoaLength = PublicMethods::Ulltoa(sf.AddrPC.Offset, stackIntLog); in RecordCallStack() local
71 write(STDERR_FILENO, stackIntLog, itoaLength); in RecordCallStack()
83 unsigned int itoaLength = PublicMethods::Ulltoa(reinterpret_cast<uintptr_t> in ApplicationCrashHandler() local
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 DCrashHandler.cpp41 uint32_t itoaLength = PublicMethods::Ulltoa(signal, stackIntLog); in ApplicationCrashHandler() local
44 write(STDERR_FILENO, stackIntLog, itoaLength); in ApplicationCrashHandler()

Completed in 1 milliseconds