Hi John, what about this tutorial:
https://www.kernel.org/doc/htmldocs/kgdb/ It's the first hit when you google for kdgb, and it got me started. If you really look for professional tools, the Lauterbach debuggers are really doing a good job and are comparably cheap. But you may only need such tools when your kernel is not yet up and running (i.e. for BSP development) or when you need tracing support beyond the excellent tracing capabilities already provided by the kernel's ftrace infrastructure. Hope this helps, Chris Von: [email protected] [mailto:[email protected]] Im Auftrag von John Smith Gesendet: Samstag, 3. Dezember 2016 19:46 An: [email protected] Betreff: Re: Kernelnewbies Digest, Vol 73, Issue 3 Hi Andrey, Can you help post some good/still relevant links? Call me stupid, I did google, found a few websites, and most of them are kind of out of contexts(don't know how to follow). For beginners, step-by-step tutorials are the best. so far, sounds like kgdb is promising, but it requires a lot of backgrounds to start with. I still have not figured out the exact steps. Thank you, Message: 1 Date: Fri, 2 Dec 2016 23:15:44 +0000 From: Andrey Utkin <[email protected]<mailto:[email protected]>> Subject: Re: Debugging tool for Linux kernel and driver development To: Teoh Choon Zone <[email protected]<mailto:[email protected]>> Cc: kernelnewbies <[email protected]<mailto:[email protected]>> Message-ID: <[email protected]<mailto:[email protected]>> Content-Type: text/plain; charset=us-ascii On Fri, Dec 02, 2016 at 03:27:01PM +0800, Teoh Choon Zone wrote: > What are some widely used industrial tools (software/ hardware) for > debugging Linux kernel and driver? Recently my company allocate a budget > for purchasing this kind of tools, so I would like what are the tools that > would greatly ease our development. You'd better budget some time to google a bit and watch conference videos showing debugging techniques :) There are fine videos from past Kernel Recipes conferences.
_______________________________________________ Kernelnewbies mailing list [email protected] https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
