We used elfutils via rstack-self to implement thread dumps. This is one of our two native dependencies, and is functionally similar to the native-rust minidump handling.
After this PR
==COMMIT_MSG==
Reimplemented the thread dump diagnostic, removing the native elfutils dependency.
==COMMIT_MSG==
Before this PR
We used elfutils via rstack-self to implement thread dumps. This is one of our two native dependencies, and is functionally similar to the native-rust minidump handling.
After this PR
==COMMIT_MSG== Reimplemented the thread dump diagnostic, removing the native elfutils dependency. ==COMMIT_MSG==
Closes #67