config.h: removed check of non-builtin define for USE_UNIX_BACKTRACE_SUPPORT / hardened print_stacktrace()#7773
Conversation
|
Prerequisite for #7296 which will remove the only include from |
|
In case this might lead to some platform which no longer includes the stacktrace you can still manually pass |
USE_UNIX_BACKTRACE_SUPPORTUSE_UNIX_BACKTRACE_SUPPORT / hardened print_stacktrace()
|
The |
|
For comparison the |
9378982 to
633540e
Compare
|
I filed https://trac.cppcheck.net/ticket/14096 about supporting it on macOS. |
efb7277 to
33fa9d6
Compare
33fa9d6 to
b3d5ccb
Compare
|
|
I filed https://trac.cppcheck.net/ticket/14094 about detecting the shortcomings I fixed in |
PR danmar#7773 broke the build on OpenBSD.
PR #7773 broke the build on OpenBSD.
PR - #7773 breaks AIX build. In AIX, execinfo.h header file, backtrace and backtrace_symbols APIs are not present. So we need to disable backtrace support for AIX.



No description provided.