[Issue 4863] DWARF debug symbols treat arrays as unsigned long long

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 14 15:48:47 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4863



--- Comment #4 from Juergen Lock <bugs-puremagic at jelal.kn-bremen.de> 2010-09-14 15:48:14 PDT ---
Created an attachment (id=756)
reduced testcase that exhibits the bug

Ok I have a minmal testcase now, all it took was a local variable:

% readelf -w linux/argsfoo
..
 <1><7c>: Abbrev Number: 3 (DW_TAG_base_type)
     DW_AT_name        : unsigned long long     
     DW_AT_byte_size   : 8      
     DW_AT_encoding    : 7      (unsigned)
..
 <2><c1>: Abbrev Number: 5 (DW_TAG_formal_parameter)
     DW_AT_name        : args   
     DW_AT_type        : <7c>   
     DW_AT_location    : 2 byte block: 91 8     (DW_OP_fbreg: 8)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list