🆕 内核栈反向追踪

This commit is contained in:
fslongjin
2022-06-22 23:31:47 +08:00
parent 7a03b221a6
commit 1ab51cb334
13 changed files with 379 additions and 24 deletions

View File

@ -14,3 +14,6 @@ process.o: process.c
wait_queue.o: wait_queue.c
gcc $(CFLAGS) -c wait_queue.c -o wait_queue.o
clean:
echo "Done."