-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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 can not put breakpoint on kernel function #11
Comments
What CPU do you have? ( If your CPU supports Hyperthreading and Virtualization, you may need to enable it in the BIOS. AMD-V, short for AMD Virtualization, is the virtualization extension provided by AMD CPUs. In some BIOS versions, AMD-V is also called AMD SVM. If this technology is disabled, VM won't open. If your CPU doesn't support Hyperthreading and Virtualization, then you'll need to change this option |
Thank you for the answer. This is my CPU info.
I set the This is my QEMU starting command.
|
Hello,
I am currently trying to apply this script with the following materials.
My host OS is Fedora 35, and this is my execution command
run_qemu.sh --cxl --cxl-legacy --debug --git-qemu --cxl-debug --gdb
Then it starts QEMU.
And then when I start gdb and set break point an error occurs.
If I turn off the KVM option of QEMU, then gdb can set breakpoint. However QEMU does not work with this warning.
How can I solve this problem?
Thank you for your time.
The text was updated successfully, but these errors were encountered: