This is the mail archive of the gdb@sources.redhat.com 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]

how to access array elements?


Dear List Reader,

while fiddeling with the gdb-sources, I want to iterate over the
values of an array. I have the "struct value*"-pointer, that is a
TYPE_CODE_ARRAY. How do I get value-pointers to the
entries of the array?

    thanks in advance
    Joerg


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