On 18 March 2016 at 15:00, Sumit Kumar <sumit686...@gmail.com> wrote:
> Hi,
>
> My test program is this: I declare 'x' as symbolic and then pass the address
> / value of x as argument to function foo like foo(x) or foo(&x). Inside the
> function foo no variables have been explicitly made symbolic.

Based on your description it sounds like the address of ``x`` is not
symbolic. The contents of memory that ``x`` points to is.

> Now when I run
> KLEE I do not see any constraints generated from foo. How can I get KLEE to
> generate constraints from within function calls. I am using KLEE with
> llvm2.9.

Your question is far too vague. If you write a precise question you
are more likely to get a useful answer.


_______________________________________________
klee-dev mailing list
klee-dev@imperial.ac.uk
https://mailman.ic.ac.uk/mailman/listinfo/klee-dev

Reply via email to