summaryrefslogtreecommitdiff
path: root/indra/newview/generate_breakpad_symbols.py
AgeCommit message (Collapse)Author
2015-01-07Replace reduce(operator.or_, ...) with any(...).Nat Goodspeed
The any() builtin was introduced in Python 2.5. Not only is its intent clearer, but it handles the case of zero items -- which the reduce(or_) construct does not. Sporadically we've seen exceptions from generate_breakpad_symbols.py when reduce(or_, ...) is given zero items. This masks the actual error (failure to dump symbols? failure to read them?), masquerading as a bug in the Python script.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-10-20Adding expanded searching for symbols during google breakpad symbol scanDon Kjer
2012-10-17Update script that generates Google Breakpad symbols to look in tghe right ↵callum_linden
place first and default to the original location if not found.
2011-02-09STORM-937 : Fix python scripts shebang line and license header for consistencyMerov Linden
2011-01-28STORM-937 : Makes all python paths use consistent syntaxMerov Linden
2010-11-08Fix for breakpad symbol files failing to be generated on linux.brad kittenbrink
2010-11-04Turned generate_breakpad_symbols target into a noop for non-Release builds.brad kittenbrink
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-08Fix for false positive in error checking symbol file generation on windows ↵brad kittenbrink
(MissingModuleError).
2010-06-04Yet more error checking for linux symbol file generation.brad kittenbrink
2010-06-03Added extra error checking to generate_breakpad_symbols.pybrad kittenbrink
so the failure in copy_l_viewer_manifest (fixed in changeset 4ae8723c7d33) won't be so silent in the future.
2010-06-02Finished task VPLAT-296: symbol files are packed in a tarball now instead of ↵brad kittenbrink
concatenated.
2010-05-27WIP VPLAT-248 cleanups for google_breakpad symbol file generation.brad kittenbrink
2010-05-27WIP VPLAT-248 - added a generate_breakpad_symbols target to the build and ↵brad kittenbrink
info to upload symbol files to s3 after the build.