Closed
Bug 563776
Opened 15 years ago
Closed 15 years ago
Breakpad should report frames for inlined functions
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 524410
People
(Reporter: jimb, Unassigned)
Details
[not a current priority; just filing to get it off my mind]
DWARF debugging information includes enough information about inlined function calls to allow Breakpad to include entries for inlined functions in stack traces. Breakpad should do so.
Steps required:
- Extend the symbol file format to describe inlined calls in the code.
- Extend the symbol dumper to read inlined function information and write it to the Breakpad symbol files.
- Extend the stack walker to use the inlined function data to insert additional frames as appropriate.
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•