Stacktraces with dwarf symbols #280

Open
icex2 wants to merge 4 commits from icex2/stacktraces-with-dwarf-syms into development
icex2 commented 2024-01-31 23:23:16 +03:00 (Migrated from github.com)

Split out from https://github.com/djhackersdev/bemanitools/pull/278.
Introduces nice stacktraces using the dwarf symbols generated by mingw. The current implementation works but isn't optimal as it requires an additional library. Following up to this with making it optional and load it dynamically somehow.

Split out from https://github.com/djhackersdev/bemanitools/pull/278. Introduces nice stacktraces using the dwarf symbols generated by mingw. The current implementation works but isn't optimal as it requires an additional library. Following up to this with making it optional and load it dynamically somehow.
icex2 commented 2024-02-19 12:35:16 +03:00 (Migrated from github.com)

Decided to start pushing changes of my on-going refactoring and development streak to a dedicated development branch. The blast radius of all these changes is very large and everything needs extensive testing once I am somewhat "done" with the main development work. Avoid disruptions on master to still allow pushing bugfixes and allow releases.

Decided to start pushing changes of my on-going refactoring and development streak to a dedicated development branch. The blast radius of all these changes is very large and everything needs extensive testing once I am somewhat "done" with the main development work. Avoid disruptions on master to still allow pushing bugfixes and allow releases.
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin icex2/stacktraces-with-dwarf-syms:icex2/stacktraces-with-dwarf-syms
git checkout icex2/stacktraces-with-dwarf-syms
Sign in to join this conversation.