Closed
Bug 517827
Opened 15 years ago
Closed 15 years ago
Breakpad DWARF CFI: add support to google_breakpad::Module for CFI
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimb, Unassigned)
References
Details
Breakpad's Linux symbol dumper works by parsing the debugging information and recording it in a google_breakpad::Module instance, and then calling a member function on that instance to write out the Breakpad symbol file. The Module class should be extended to store and write Breakpad's call frame information format.
Reporter | ||
Comment 1•15 years ago
|
||
These changes are written, with unit tests:
http://hg.mozilla.org/users/jblandy_mozilla.com/breakpad-mq/file/9d9c98dc78ad
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•15 years ago
|
||
This work has been submitted to Google for review:
55011 - Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI
records.
http://breakpad.appspot.com/55011/show
Reporter | ||
Comment 3•15 years ago
|
||
Landed in upstream sources.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•