We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我用gdb qemu调试启动后,但是在main函数里task0创建task1后执行pause后卡住了,怎么办?
The text was updated successfully, but these errors were encountered:
我发现调试时系统调用的_syscall0这个宏,没法在源码中展开,怎么办?有办法不用自己修改源码,自动展开一行一行执行吗?
Sorry, something went wrong.
还有一个问题是qemu已启动就执行到了startup_32处,没法在0x7c00处设置断点。
No branches or pull requests
我用gdb qemu调试启动后,但是在main函数里task0创建task1后执行pause后卡住了,怎么办?
The text was updated successfully, but these errors were encountered: