Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
consistent naming convention
|
|
|
|
|
|
this function can be used to modify the control flow of the program
on different paths, enabling self-modifying code.
|
|
|
|
|
|
|
|
Improves querying of the .stats file, reduces its size, speeds up reads and
writes and has better defined fail behaviour.
|
|
on FreeBSD
|
|
|
|
|
|
|
|
|
|
|
|
Better debug information
|
|
|
|
them to 0
|
|
namespace in Executor.cpp
|
|
|
|
|
|
constraint solving category
|
|
placed them in the seeding category. Moved options and option categories in Executor.cpp to the klee namespace.
|
|
over all help messages.
|
|
|
|
|
|
|
|
and "default=off" in --help
|
|
UserSearcher.cpp
|
|
MemoryManager.cpp
|
|
|
|
Add missing initialisation for `closedMean` for `MergeHandler`
|
|
|
|
Co-Authored-By: ccadar <c.cadar@imperial.ac.uk>
|
|
merging options
|
|
|
|
a help message.
|
|
|
|
|
|
|
|
--max-static-... options under the termination category of options
|
|
|
|
|
|
|
|
|
|
|
|
Check if a state reaches the maximum number of stack frames allowed.
To be performant, the number of stack frames are checked.
In comparison, native execution checks the size of the stack.
Still, this is good enough to find possible stack overflows.
The limit can be changed with `-max-stack-frames`. The current
default is 8192 frames.
|
|
--external-calls, updated tests accordingly, and improved documentation on external calls
|