|
From: Christian B. <bor...@de...> - 2010-10-18 14:16:02
|
With a recent gcc I got:
parse_type_DIE: confused by:
<1><5214>: DW_TAG_base_type
DW_AT_byte_size : 2
DW_AT_encoding : 16
DW_AT_name : (indirect string, offset: 0x46f6): char16_t
--931-- WARNING: Serious error when reading debug info
--931-- When reading debug info from /usr/lib64/libstdc++.so.6.0.13:
--931-- parse_type_DIE: confused by the above DIE
This patch implements DW_ARE_UTF (which is used for the C++ type char16_t).
Christian
|