Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this be used from C/C++ to interpret dumps? #878

Open
acidtonic opened this issue Sep 28, 2023 · 3 comments
Open

Can this be used from C/C++ to interpret dumps? #878

acidtonic opened this issue Sep 28, 2023 · 3 comments

Comments

@acidtonic
Copy link

Can this be used from C/C++ to interpret dumps? I wasn't sure if this is rust only or if I can call this from my C++ application that receives crash dumps to generate reports.

@gabrielesvelto
Copy link
Collaborator

This includes a tool called minidump-stackwalk which you can use anywhere. You feed it minidumps and it spits out JSON. The crates themselves cannot be used from C++ unless you want to provide C++-specific bindings (which we don't have at the moment).

@acidtonic
Copy link
Author

Okay whether there were bindings is what I was wondering. I have been using the standalone just wanted to use it from an API.

Thanks :)

@gabrielesvelto
Copy link
Collaborator

Renaming the issue according to the discussion, this might be worth doing given there's interest for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants