* Docs: Update links with the new organization name
* CI/Travis: Update remotes with the new organization name
* mcsema-disass: Update links with the new organization name
* Dockerfile: Update remotes with the new organization name
* Generalizes two debugging features. The first, -add-breakpoints, adds instruction-specific 'breakpoint' function calls before every lifted instruction. The second, -add-reg-tracer, adds in a function that prints out the value of every general purpose register before each instruction execution.
* In-progress doc
* ...
* More of the debugging doc, some more images, a PIN tool to complement the new -add-reg-tracer option to mcsema-lift. Still a ways from being done though.
* Beging documenting common errors
* Adding more common errors
* Added another error type and possible fixes
* Fix some silliness about the latest error
* Documents the 'missing instruction' error
* Fix typo
* Document StoreInst assertion and fixes
* Fix wording
* More common error talk on segfaults