On Thu, Nov 15, 2007 at 03:52:12PM +0530, sri pnvs wrote: > Hello Experts, > I am using KDB to debug the kernel modules. I am using redhat 2.6.9 kernel. > As all of us know KDB is Assembly level debugger. After entering into KDB > mode whole module is converted into Assmbly. It is very big code and very > difficult to understand the assembly code for me as I don't have good > knowledge in Assembly. > Is there any solution to do the same stuff in C language.? > Please let me know any workaround for this. > > I sincerely appreciate and thanks for your help on this. >
There is no source-level capability with kdb. Learning assembly is a valuable skill, but if you don't desire to learn it, try kgdb instead. scott --------------------------- Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.
