jak-project/game
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
..
common Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
kernel Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
overlord More minor fixes 2020-10-08 22:39:12 -06:00
sce spdlog implementation (#58) 2020-10-03 09:39:04 -04:00
system Amalgamate FileIO and remove duplicate Timer header 2020-10-25 02:27:48 -04:00
CMakeLists.txt Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
fake_iso.txt Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
main.cpp Tweak logger settings to make logging happen in order (#73) 2020-10-11 19:55:29 -04:00
runtime.cpp Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
runtime.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00