chromium-breakpad
chromium-breakpad copied to clipboard
added support libraries for minidump_stackwalk.exe
See minidump#26
Apparently, these libraries are needed to make minidump_stackwalk.exe work in Windows. I was trying to use simple-breakpad-server, which uses minidump which ends up using this repo.
I had to use these libraries to make it work so I decided to upload them to this repo in case someone else finds this issue.
@robertohuertasm this fixed my problem and thank you for that. Is your repo still exist? It is marked as unknown repository and clicking it redirects to the master branch of chromium-breakpad.
@sianlasaga I deleted it some time ago cleaning my github account. I didn't realized there was still a PR opened. It's been more than 2 years since I created the PR... I'm happy that these changes fixed your issue.
@robertohuertasm oh I see. I guess I will just have to copy the files. I was working on this for a few days and you really saved me. thanks again.