Closed
Bug 1864675
Opened 2 years ago
Closed 2 years ago
Add pretty printers for SyncedContext fields
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox122 fixed)
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: farre, Assigned: simon.farre.x)
Details
Attachments
(2 files)
The synced context uses the empty base class optimization to pack synced fields. Unfortunately it makes synced fields pretty hard to read and because of that it would be good to have a gdb pretty printer filtering out the empty base classes.
| Reporter | ||
Updated•2 years ago
|
Assignee: nobody → simon.farre.cx
| Assignee | ||
Comment 1•2 years ago
|
||
Makes debugging of synced context fields more palatable.
| Reporter | ||
Comment 2•2 years ago
|
||
Can you attach a screenshot of how this looks in practice?
Flags: needinfo?(simon.farre.cx)
| Reporter | ||
Comment 4•2 years ago
|
||
This looks really nice. Thank you for helping out and improving synced fields debugability.
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e331d786fff5
Add pretty printers for SyncedContext fields r=farre,nalexander
Comment 6•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•