Page 1 of 1

Is there a IDE debugger for Linux device driver code?

Posted: Mon Sep 29, 2014 12:50 am
by lilzz
If not, can I use gdb under gcc to single step linux device driver code?

Re: Is there a IDE debugger for Linux device driver code?

Posted: Mon Sep 29, 2014 1:19 am
by ShiftPlusOne
There's kgdb, which lets you connect gdb to a running kernel. And pretty much all IDEs with debuggers are just gdb frontends. It's not easy or perfect, but it works.