Commit Graph

7 Commits

Author SHA1 Message Date
Mike Aizatsky 924712dcf7 Update debugging.md 2016-11-02 12:42:00 -07:00
Mike Aizatsky a95b41b0b3 replacing library with target 2016-10-25 16:36:29 -07:00
Mike Aizatsky 8926b7c06a moved all targets into targets/ subdir 2016-10-24 19:39:13 -07:00
Mike Aizatsky e2ca7bcbe0 [infra] fixing build script location (/src/build.sh)
Fixing the location of build.sh gets rid of ENTRYPOINT. Which opens a possibility to implement different commands like:

````bash
docker run -ti expat compile
docker run -ti expat run <fuzzer_name> <input_data>
````

and keep the knowledge of build script location.

This is a breaking change.
2016-10-06 13:45:12 -07:00
Mike Aizatsky 7c2f9e6b14 Update debugging.md 2016-10-04 11:57:14 -07:00
Mike Aizatsky b4cdd8729d Update debugging.md 2016-10-04 11:55:05 -07:00
Mike Aizatsky e7dbb49bfe Create debugging.md 2016-10-04 11:54:45 -07:00