Re: Variable array size declaration and the debugger
Re: Variable array size declaration and the debugger
- Subject: Re: Variable array size declaration and the debugger
- From: Jonas Maebe <email@hidden>
- Date: Fri, 26 Oct 2007 10:15:25 +0200
On 26 Oct 2007, at 03:37, Jim Ingham wrote:
Making this work generically is not straightforward, which probably
is why there's nothing in the DWARF standard to tell us how to deal
with variable length arrays.
In Dwarf 3 it should be possible using DW_OP_push_object_address and
DW_op_deref. They even give an example for variable length arrays in
the appendix (p. 191 of http://dwarfstd.org/Dwarf3.pdf ). gdb doesn't
support that yet though, afaik.
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden