Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fankeke opened this issue Jul 29, 2015 · 1 comment

Comments

@fankeke
Copy link

fankeke commented Jul 29, 2015

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 ?

@mwt0530
Copy link

mwt0530 commented Mar 22, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants