The source project of this merge request has been removed.
Backtrace fixes
This MR includes 3 changes related to backtrace functionality and should address bug 962630
- Updates CFLAGS on armel and arm64 to allow backtracing to work generally.
- Updates LDFLAGS to include
-rdynamic
, allowing resolution of addresses to symbol names in backtraces. - Updates the symbol to check for in the backtrace unit tests to something that appears in all the traces on the platforms we support.
Tested on armel, arm64, mipsel, and amd64.