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]

Re: how to access array elements?


On Mon, Mar 17, 2003 at 12:02:12PM +0100, Joerg Beyer wrote:
> 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?

Try value_subscript?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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