bornintelligent / google-breakpad

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

Dump_syms for Mac generates invalid airbag .sym file #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Mac dump_syms.mm code was pulling in extraneous symbols from outside of the 
__Text,__text 
segment and section.  The result was an invalid airbag symbol file, which would 
fail processing.  I've 
attached a patch to fix this.

Original issue reported on code.google.com by waylonis on 8 Feb 2007 at 6:51

Attachments:

GoogleCodeExporter commented 9 years ago
Submitted as revision 121.

Original comment by waylonis on 8 Feb 2007 at 6:05