chasing list pointers
Jack Andrews <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <1139637581l.6652l.1l@laptop> |
hi ho,
ddd is great!
i'm writing a lispy interpreter so i have many
linked lists to inspect during debugging. ideally,
i'd like to say "follow pointers to next element to
a max depth of 3". is this possible?
eg: struct L{int x;struct L*y}
(a bit like asking for car,cdar,cddar..)
kind regards,
jack
---- _I v o r y__K i t e____
jack andrews
vic australia http://www.ivorykite.com/