Re: [CIL users] doepicenter option not working

2011-01-20 Thread Vijayaraghavan Murali
Thank you for the help Elnatan. I managed to get around it by appending to the file #pragma cilnoremove("func") for every function in the program, and then running CIL with the option --sliceGlobal. This will remove all functions except func which is what I wanted. I guess epicenter as a featu

Re: [CIL users] doepicenter option not working

2011-01-20 Thread Elnatan Reisner
Vijayaraghavan Murali nus.edu.sg> writes: > I'm new to this list and I just obtained CIL. For our research which > uses compositional reasoning, we need a tool to extract out each > function individually from a C program (including global declarations > like variables, structs and typedefs) and a

[CIL users] doepicenter option not working

2011-01-14 Thread Vijayaraghavan Murali
Hello everyone, I'm new to this list and I just obtained CIL. For our research which uses compositional reasoning, we need a tool to extract out each function individually from a C program (including global declarations like variables, structs and typedefs) and analyze it. CIL's doepicenter featu