[Dri-devel] Debugging DRM kernel modules

2002-09-19 Thread Bhavana Nagendra
Hi, What is the preferred debugging method used for debugging loadable DRM kernel modules? Has anyone successfully used kgdb for debugging their driver? Any insight into this would be appreciated. Please CC me as I'm not subscribed to the list yet. Thanks, -- Bhavana Nagendra

Re: [Dri-devel] Debugging DRM kernel modules

2002-09-19 Thread Jens Owen
Bhavana Nagendra wrote: Hi, What is the preferred debugging method used for debugging loadable DRM kernel modules? Has anyone successfully used kgdb for debugging their driver? Any insight into this would be appreciated. I believe kprintf is the usual method. Please CC me as I'm not