ayudaev / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Support fetching debug symbols in minidump_stackwalk by invoking external command #594

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
https://github.com/Mendeley/breakpad/commit/53ec73e96a22e7a8608bb26c9c470f83a27a
1cde.patch adds an alternative way for minidump_stackwalk to fetch debug 
symbols by invoking a given command with <module name> <debug ID> as arguments. 
The external command then handles fetching the debug symbols and writing them 
to stdout.

We use this to fetch and cache debug symbols from a symbol server hosted on S3.

Original issue reported on code.google.com by robertkn...@gmail.com on 3 Jun 2014 at 1:23