[Dwarf-Discuss] Generating a Dwarf description of a C header file

2018-02-24 Thread Jason Nyberg
27;ve only looked at gcc so far), or is there another tool I haven't discovered, that can do what I'm looking for? (Google hasn't really come through for me here...) Thanks, Jason Nyberg ___ Dwarf-Discuss mailing list Dwarf-Discuss@lis

Re: [Dwarf-Discuss] Using DWARF for C++ runtime reflection

2018-03-07 Thread Jason Nyberg
Roman, For your given example: T var1; DW_AT_name(T) var2; typeid(var1) == typeid (var2) ? I think the type "T" found in the Dwarf info would have to have come from the same compile unit that the "normally declared" type "T" came from, i.e. your "DW_AT_name(...)" function would hav