Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDebuging boot setup? #697
Open
Debuging boot setup? #697
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(I am not sure is this right place to ask, if isn't please excuse me)
Why we can see start_kernel symbol on GDB but not arch/boot/x86/main.c:main ? I mean I want to debug kernel's early boot setup but when I try to insert any hardware breakpoint to boot codes, gdb cannot see symbols except from kernel codes.