Article 6QY5V Debugging kernel module

Debugging kernel module

by
nonameletters
from LinuxQuestions.org on (#6QY5V)
Hi, all.
I configured kgdb on remote host. I successfully connect to it by gdb and
stopping doing echo g > /proc/sysrq-trigger.
I try to debug my driver. I see ooops during probing, the place where it happens found.
I set break point before this place, but gdb doesn't stops.
I add-symbole-file "my_driver", I add source directory.
What I should do, to make gdb stop?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments