ΒΆvoid CleanupOnSignal(uintptr_t Context)

Description

This function does the following: - clean up any temporary files registered with RemoveFileOnSignal() - dump the callstack from the exception context - call any relevant interrupt/signal handlers - create a core/mini dump of the exception context whenever possible Context is a system-specific failure context: it is the signal type on Unix; the ExceptionContext on Windows.

Declared at: llvm/include/llvm/Support/Signals.h:120

Parameters

uintptr_t Context