This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rust/20162] test with rust 1.9


https://sourceware.org/bugzilla/show_bug.cgi?id=20162

--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
Looking at the first failure, at first glance the DWARF seems ok:

 <2><bc>: Abbrev Number: 9 (DW_TAG_structure_type)
    <bd>   DW_AT_name        : (indirect string, offset: 0x46a): HasMethods
    <c1>   DW_AT_byte_size   : 4
...
 <3><115>: Abbrev Number: 7 (DW_TAG_subprogram)
    <116>   DW_AT_low_pc      : 0x5570
    <11e>   DW_AT_high_pc     : 0x18
    <122>   DW_AT_frame_base  : 1 byte block: 56        (DW_OP_reg6 (rbp))
    <124>   DW_AT_linkage_name: (indirect string, offset: 0x475):
_ZN7methods8{{impl}}4takeE
    <128>   DW_AT_name        : (indirect string, offset: 0x490): take


So maybe it is a gdb bug.
I'll know more once I debug DWARF reading here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]