DWARF output, type of char[]?

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Tue Apr 3 10:55:41 PDT 2007


Cristian Vlasceanu wrote:
> I do not know enough D, but is there "unsigned long long" an otherwise 
> legal D type? Because if (as I supsect) it isn't, and it can be 
> unequivocally determined that it stands for  a char[] whenever the 
> translation unit's language is D, I could easily make it work in Zero. 
> Out of the box.

You may want to check what type "ulong" is marked as. Since that's a 
64-bit unsigned integer (like unsigned long long typically is) it may 
also be marked as "unsigned long long"...


More information about the Digitalmars-d-debugger mailing list