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?
