You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ Code Snippet - Print Stack Backtrace Programmatically with Demangled Function Names
Timo Bingmann wrote a nice stacktrace1 emitter in "08 published under WTFPL.
It found its ways into components we maintain and develop.
In an ongoing effort to reduce the amount of git submodules in favor of conan2 packages,
I'd like to contribute a recipe for this small marvel.
My current effort contains all of his code,
the test-package is therefore 40 lines instead of the desired 15.
Furthermore the script is published unversioned on his webserver.
Changes and fixes are unlikely, I stripped the patches section from the template I used.
All in all this is smaller than most contributions, I'd suppose.
Feedback is highly appreciated, as I'm a firsttime contributor.
Package Name/Version
stacktrace/1.0.0
Webpage
https://panthema.net/2008/0901-stacktrace-demangled/
Source code
https://panthema.net/2008/0901-stacktrace-demangled/stacktrace.h
Description of the library/tool
Timo Bingmann wrote a nice stacktrace1 emitter in "08 published under WTFPL.
It found its ways into components we maintain and develop.
In an ongoing effort to reduce the amount of git submodules in favor of conan2 packages,
I'd like to contribute a recipe for this small marvel.
My current effort contains all of his code,
the test-package is therefore 40 lines instead of the desired 15.
Furthermore the script is published unversioned on his webserver.
Changes and fixes are unlikely, I stripped the patches section from the template I used.
All in all this is smaller than most contributions, I'd suppose.
Feedback is highly appreciated, as I'm a firsttime contributor.
Thanks, Aiyion
Footnotes
https://panthema.net/2008/0901-stacktrace-demangled/ ↩
The text was updated successfully, but these errors were encountered: