dwarves
dwarves copied to clipboard
dwarves: support DW_TAG_atomic_type
Throwing userspace programs with atomic types at pahole currently results in either odd results (struct fiels with zero length) or straight up segfaults (dereferencing a NULL tag).
Add DW_TAG_atomic_type analogous to DW_TAG_volatile_type (which it behaves identically to.)
Not sure if this needs to be submitted on some mailing list?