Linux-0.11
Linux-0.11 copied to clipboard
hi, I download this code and test in my qemu ,it works well . but I have a problem
when I use gdb to debug kernel , I step by step to the init task (task 1) and good . but when I set breakpoint in init function (well,it's execute by task 1), the gdb just went away ,and don't stop .
so my question is : how should I do to make gdb follow task 1 (init task) directly ?
by the way ,have you ever meet this problem ?
I have the same problem with you, set follow-fork-mode child ,but it doesn't work, have you solved this problem?