mirror of
https://github.com/open-goal/jak-project
synced 2026-08-17 21:43:27 -04:00
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
This commit is contained in:
@@ -85,4 +85,4 @@ TEST_F(StringTests, Formatting) {
|
||||
// expected += "test P (with type) 1447236\n";
|
||||
//
|
||||
// // todo, finish format testing.
|
||||
// runner.run_test("test-format.gc", {expected}, expected.size());
|
||||
// runner.run_test_from_file("test-format.gc", {expected}, expected.size());
|
||||
|
||||
Reference in New Issue
Block a user