ΒΆvoid EnablePrettyStackTraceOnSigInfoForThisThread(
    bool ShouldEnable = true)

Description

Enables (or disables) dumping a "pretty" stack trace when the user sends SIGINFO or SIGUSR1 to the current process. This is a per-thread decision so that a program can choose to print stack traces only on a primary thread, or on all threads that use PrettyStackTraceEntry.

Declared at: llvm/include/llvm/Support/PrettyStackTrace.h:38

Parameters

bool ShouldEnable = true