star_star dump issue
ID0000746: This issue was created automatically from Mantis Issue 746. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000746 | Frama-C | Plug-in > Eva | public | 2011-03-05 | 2011-03-07 |
Reporter | haihao | Assigned To | pascal | Resolution | no change required |
Priority | normal | Severity | feature | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Boron-20100401 | Target Version | - | Fixed in Version | - |
Description :
Hi,
Recently I used Frama-C to analyze the input/output information for each C function. However, I found for some functions, there are many inputs (more than 200, but most of them are similar).
Here is one sample input, and hope that you could help me figure out why these are generated by Frama-C.
##star_star_star_xx_pointer_0nth__inner_pointer_0nth__field[bits 0 to 549755813887]## xx_pointer is one of pointers used in a function, inner_pointer is a field of structure, pointed by xx_pointer, while field is a field of structure, pointed by inner_pointer.
Since there are many similar inputs, I am wondering whether they are really inputs for a function.
Any comments are welcome!
Thanks, Haihao
Additional Information :
I used a simple file to reproduce similar issue. Please tell me how to understand the star_star dump infomation. Thanks.