This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Debugging data on Alpha


    I presume you mean line 6858 --

Yup.

    (gdb) p bitsize
    $3 = 32
    (gdb) p bitpos
    $4 = 0
    (gdb) p offset
    $5 = (union tree_node *) 0x0

    I've tried this with recent cvs gdb (using dwarf2) and 4.18 (using mdebug).
    So.  Is there something else that should be tried to reproduce the problem?

Glad to hear it's not with all debug formats, though it's peculiar
that it isn't.  I'm using DEC Unix with stabs.

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