Linux-0.11 icon indicating copy to clipboard operation
Linux-0.11 copied to clipboard

hi, I download this code and test in my qemu ,it works well . but I have a problem

Open fankeke opened this issue 9 years ago • 1 comments

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 ?

fankeke avatar Jul 29 '15 08:07 fankeke

I have the same problem with you, set follow-fork-mode child ,but it doesn't work, have you solved this problem?

mwt0530 avatar Mar 22 '16 06:03 mwt0530