添加debug,每个线程都维护一个jump帧

This commit is contained in:
ranchuan
2024-06-21 15:20:47 +08:00
parent 9ac75c09ac
commit 474a58e53d
10 changed files with 329 additions and 47 deletions

View File

@@ -8,7 +8,8 @@
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
"_UNICODE",
"LINUX"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "C:/cygwin64/bin/gcc.exe",

View File

@@ -5,6 +5,8 @@
"test1.h": "c",
"stdint.h": "c",
"exception.h": "c",
"mythread.h": "c"
"mythread.h": "c",
"ipc.h": "c",
"errno.h": "c"
}
}