mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 07:39:12 -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:
@@ -334,7 +334,7 @@ TEST(Kernel, PrintBuffer) {
|
||||
clear_print();
|
||||
cprintf("test!\n");
|
||||
|
||||
std::string result = PrintBufArea.cast<char>().c() + sizeof(GoalMessageHeader);
|
||||
std::string result = PrintBufArea.cast<char>().c() + sizeof(ListenerMessageHeader);
|
||||
EXPECT_EQ(result, "test!\n");
|
||||
|
||||
delete[] mem;
|
||||
|
||||
Reference in New Issue
Block a user