diff --git a/gdbserver.md b/gdbserver.md index 64804f1..e6af3b7 100644 --- a/gdbserver.md +++ b/gdbserver.md @@ -76,7 +76,7 @@ QEMU `-gdb` GDB breakpoints are set on virtual addresses, so you can in theory d - - -The only use case I can see for this is to debug the init process (and have fun), otherwise, why wouldn't you just use `gdbserver`? Known of direct userland debugging: +The only use case I can see for this is to debug the init process (and have fun), otherwise, why wouldn't you just use `gdbserver`? Known limitations of direct userland debugging: - the kernel might switch context to another process, and you would enter "garbage"