X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdwarf2%2Fread.h;h=f0e3d6bb7238e60ddc20c7b845bc80b005cb88bc;hb=589902954da0d1dd140b33e578954746c9bfc374;hp=00652c2b45a71dec209167c1df67bb6006bd35bc;hpb=7325b16ba4dc33a54356fd2b8fde79311c51b121;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/dwarf2/read.h b/gdb/dwarf2/read.h index 00652c2b45..f0e3d6bb72 100644 --- a/gdb/dwarf2/read.h +++ b/gdb/dwarf2/read.h @@ -323,6 +323,12 @@ struct dwarf2_per_cu_data dummy CUs (a CU header, but nothing else). */ struct dwarf2_cu *cu; + /* The unit type of this CU. */ + enum dwarf_unit_type unit_type; + + /* The language of this CU. */ + enum language lang; + /* The corresponding dwarf2_per_objfile. */ struct dwarf2_per_objfile *dwarf2_per_objfile;