* Script for generating syscall tables
* Add generated syscall table
* Reintroduce tracing script
* Add configuration options needed by verify.py
* Clean up verify; remove dependency on experimental after_hook
* trace experiments
* reorg verify.py
* Update after merge
* Remove Manticore param
* Remove unused vars
* Use regfile api; redo last_instr check
* Fix gdb->mcore name descrepancy
* Move kwargs to explicit args for Linux/SLinux
* Maintain options in makeLinux to not overcomplicate the Manticore
class
* Address merge issues
* remove debug stmt
* Reintroduce options
* Revert linux.py/manticore.py from master
* Use the qemu -s and -R flags
* Import syscalls table from master
* And import extract_syscalls.py script
* Fix verify reference
* Move syscall to arg
* Update register references
* Simplify last instruction check
* Add logging filter to TRACE logger as well
* Be consistent with state synchronization
* Be explicit about gdb types
* Improve mmap debug output
* Return error if ioctl is not implemented
* Fix syscall sync
* Make logging more self-contained
* Use errno const in ioctl impl
* Script for generating syscall tables from Linux src (pulled from kernel.org)
* Add generated syscall table
* Update syscall names to match extracted entries
* Move to new syscall dispatcher
* Add machine def to x86 cpus
* add basic benchmarking script
* add results class, collect more information, and fix check for no args
* fix indentation
* we don't have logger here
* use argv[0] for name of program
* allow dumping of stats from the API and use .format()
* add ProfilingResults class
* bugfixes
* Initial moving
* Initial package __init__.py
* Use relative imports
* Correct imports for tests
* Rename main.py -> __main__.py
* Use relative imports in main
* Refactor cli to be used with setuptools
* Add basic setup.py
* Fix test_memory import
* Fix test_cpu_manual imports
* Correct iterpickle import
* Use manticore console_script installed by setuptools
* Make travis install our package for integration cli tests
* Refactor model hooks dynamic import for being in pkg
* Correct import
* Rm empty line
* Fix coverage test paths