Files
daniele pieroni 25261b382f Do not use the address of the return address by default with clang windows platforms for backtrace a captured stack.
Clang __builtin_frame_address(0) is not behaving like msvc _AddressOfReturnAddress() on all windows platforms causing issues in the stacktrace tracking.
More investigation is needed to see if we can use the fast unwind path on clang as well.

#jira UE-222509
#rb ben.woodhouse, Wojciech.Krywult

[CL 35796224 by daniele pieroni in ue5-main branch]
2024-08-26 08:24:16 -04:00
..