jak-project/goalc
water111 0451a06d76
Set up the compiler to ptrace the runtime (#107)
* set up the compiler to ptrace the runtime

* clang format

* move debugger state to a separate Debugger class

* support registers and break and continue

* documentation and fix windows

* make listener part of compiler, not a separate library

* implement memory read and write

* fix for windows
2020-10-31 14:07:43 -04:00
..
compiler Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
debugger Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
emitter Try to speed up the build (#106) 2020-10-29 21:27:52 -04:00
gs Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
listener Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
logger Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
regalloc Try to speed up the build (#106) 2020-10-29 21:27:52 -04:00
CMakeLists.txt Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
main.cpp Compiler logging (#92) 2020-10-29 19:03:44 -04:00