[#absl-internal_stacktrace-ShouldFixUpStack] = xref:absl.adoc[absl]::xref:absl/internal_stacktrace.adoc[internal_stacktrace]::ShouldFixUpStack :relfileprefix: ../../ :mrdocs: Returns true if the platform's stack unwinder is expected to need fix‐ups applied via `FixUpStack()`. == Synopsis Declared in `<absl/debugging/stacktrace.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- extern bool ShouldFixUpStack(); ---- == Return Value True if stack fix‐ups should be applied. [.small]#Created with https://www.mrdocs.com[MrDocs]#