You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I boot the kernel successfully by running make boot, and I run make gdb to connect to the VM. But when I want to set a break point, e.g., break sys_access, break sys_dup2. It says that:
When I launched the gdb, it say my gdb is configured for x86_64-linux-gnu, and here is the output when I run show configuration in gdb. I doubt may be I should change the target of my gdb to x86 instead?
The text was updated successfully, but these errors were encountered:
I boot the kernel successfully by running
make boot
, and I runmake gdb
to connect to the VM. But when I want to set a break point, e.g.,break sys_access
,break sys_dup2
. It says that:When I launched the gdb, it say my gdb is configured for
x86_64-linux-gnu
, and here is the output when I runshow configuration
in gdb. I doubt may be I should change the target of my gdb to x86 instead?The text was updated successfully, but these errors were encountered: