Re: [Dwarf-Discuss] File name encoding in DWARF

2019-11-27 Thread Robinson, Paul via Dwarf-Discuss
> I am trying to consume the file name of a compile unit. Fortunately > DW_TAG_compile_unit has a member DW_AT_name and DW_AT_comp_dir. > Unfortunately it is not clear which kind of encoding is used to > store these strings. I tried around with GCC and clang. GCC under > Windows produces latin1

[Dwarf-Discuss] File name encoding in DWARF

2019-11-27 Thread Jayvee Neumann via Dwarf-Discuss
Hello together, I am trying to consume the file name of a compile unit. Fortunately DW_TAG_compile_unit has a member DW_AT_name and DW_AT_comp_dir. Unfortunately it is not clear which kind of encoding is used to store these strings. I tried around with GCC and clang. GCC under Windows produces