pmachata / dwgrep

a tool for querying Dwarf (debuginfo) graphs
http://pmachata.github.io/dwgrep/
GNU General Public License v3.0
53 stars 10 forks source link

There should be a `peel` word #20

Open pmachata opened 9 years ago

pmachata commented 9 years ago

It is awkward, error prone, and not future-proof to have to write ((?DW_TAG_const_type || ?DW_TAG_volatile_type || ...) @DW_AT_type)*. A new peelable DW_TAG_atomic_type will be added to Dwarf 5, so clearly future-proofing is necessary.