Add script to generate symbols from pdbs on Windows.

This commit is contained in:
Cheng Zhao 2013-11-26 21:23:50 +08:00
parent edf7496443
commit ffaf535d00
5 changed files with 149 additions and 11 deletions

View file

@ -18,6 +18,14 @@ softwares:
* [Windows 7 SDK](http://www.microsoft.com/en-us/download/details.aspx?id=8279)
* `Windows Headers` and `Visual C++ Compilers` are required.
If you want to dump breakpad symbols you also need to do this (you are free to
skip this step if you don't know what it is):
1. Get a copy of `msdia80.dll` and put it in
`C:\Program Files\Common Files\Microsoft Shared\VC\`.
2. As Administrator, run:
`regsvr32 c:\Program Files\Common Files\Microsoft Shared\VC\msdia80.dll`.
The instructions bellow are executed under [cygwin](http://www.cygwin.com),
but it's not a requirement, you can also build atom-shell under Windows's
console or other terminals.