keshetti85-student@xxxxxxxxxxx wrote: > Hi list, > > Can anyone tell me which debugger is best for debugging the device drivers and > how I can use it? Actually, It depends on architecture, kernel etc. 1) If you would like live debugging, You could use xmon(for ppc arch) kdb(extra patch has to be added for kernel.org) In both the cases you will end up in a session when crash happens. And you have continue debugging. 2) You could even use crash dumping mechanism like kexec/kdump. which takes the dump when system crashes. Then you can use crash or gdb utitlity on dump to debug. 3) Kporbes,jprobes and kretprobes are useful. You could even use systemtap tool. Usage documents for these tools are available in Documentation dir of kernel source or google for it. > > If this is already discussed in this list please send me the links to those > discussions. Or links to any other article would be lot helpful. > > Thanks in advance, > -Mahesh > > > --------------------------------- > Here’s a new way to find what you're looking for - Yahoo! Answers -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ