[cfe-dev] where is the array and how can I get it?

Richard Smith richard at metafoo.co.uk
Wed Oct 24 16:11:51 PDT 2012


On Wed, Oct 24, 2012 at 8:00 AM, Rambo <hunanlwm at sina.cn> wrote:
> Hello All,
>
> I'm trying to get imformation about a array.The position,type and variables
> are included in the information.For example,a program like this:
> int main()
> {
>     int i=5;
>     int num[i]={1,2,3,4,5}
> }
> I want to get the the  location is line:4、row:8,type is int and varible is
> i.How can I get them and
> which API may work if I need?

Need more information.

Which interface are you using (the C API or the C++ API or the python
bindings or something else)? How do you identify which array you want
information about?




More information about the cfe-dev mailing list