bornintelligent / google-breakpad

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

handle inlined methods properly in dump_syms #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We found some symbols that seemed to have incorrect line numbers listed. 
Li did some investigation and determined that the lines in question were
inlined from another file, but weren't being represented properly in the
dump_syms output.  We should fix this to handle inlined methods properly.

Original issue reported on code.google.com by ted.mielczarek on 10 Dec 2007 at 2:57

GoogleCodeExporter commented 9 years ago

Original comment by ted.mielczarek on 10 Dec 2007 at 7:52

GoogleCodeExporter commented 9 years ago
A patch for this issue.
Included header files are properly handled.

Original comment by lul...@gmail.com on 11 Dec 2007 at 8:06

Attachments:

GoogleCodeExporter commented 9 years ago
A revised patch according to Ted's review.

Original comment by lul...@gmail.com on 12 Dec 2007 at 7:42

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ted.mielczarek on 21 Dec 2007 at 6:33