Closed
Bug 517826
Opened 14 years ago
Closed 13 years ago
Breakpad DWARF CFI: add support for parsing DWARF call frame information
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimb, Unassigned)
References
Details
Breakpad's DWARF parser can't parse DWARF CFI sections (the .debug_frame data). Following the pattern of the debugging info and line number info parsers, we should design an abstract handler class, and then implement a CFI parser that drives an instance of it.
Reporter | ||
Comment 1•14 years ago
|
||
I've sketched a possible interface for a DWARF CFI parser here: http://hg.mozilla.org/users/jblandy_mozilla.com/breakpad-mq/file/5c48eb4bbe31/dwarf-cfi.patch#l16
Reporter | ||
Comment 2•14 years ago
|
||
The DWARF CFI parser is written, with unit tests: http://hg.mozilla.org/users/jblandy_mozilla.com/breakpad-mq/file/4205c3439fb9
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•14 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 4•13 years ago
|
||
Landed in upstream sources.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•