gohome1984 / google-breakpad

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

processor should support source file revision in symbol files #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should allow an optional source file revision number at the end of a
FILE line in symbol files.  The processor should read it in as an opaque
string if it exists, and make it available in stack dumps.  The revision
string could be a CVS/SVN revision number, or whatever else makes sense for
your VCS.  This would enable us to link back to the correct source in our
crash reports.

Original issue reported on code.google.com by ted.mielczarek on 26 May 2007 at 6:55

GoogleCodeExporter commented 9 years ago

Original comment by ted.mielczarek on 26 May 2007 at 6:55

GoogleCodeExporter commented 9 years ago
This patch allows an optional revision number at the end of a FILE line in 
symbol
files, and prints it if available in the minidump_stackwalk output.

Original comment by ted.mielczarek on 3 Jun 2007 at 10:22

Attachments:

GoogleCodeExporter commented 9 years ago
Not needed, we can just munge the filename to put whatever we want there.

Original comment by ted.mielczarek on 5 Jun 2007 at 5:47