Hi Neo, Neo Jia wrote: > hi, > > I am trying kgdb over ethernet. But I am confused about the two > options from CVS checkout between "kgdb -- over ethernet in kernel" > and "kgdb over ethernet module". Is there much different? > kgdb -- over ethernet in kernel means that the kgdboe.c will be statically linked into the kernel. While with the other option it will be built as module which you can later add with insmod. > And, do I have to make my NIC driver built into kernel or just an > external module? Because the e1000 driver in kernel 2.6.21.1 doesn't > work with my onboard NIC. I have to use e1000.7.6.5 from Intel. If I > have to move the external driver into kernel, is there any way to do > that with the "e1000.7.6.5"? > I think it would be better if you could statically link to the kernel. Otherwise, you will have to look for the load order (ethernet, netpoll, kgdboe), I think.
Hope that would help. Please keep sharing your experience over this. I was also trying to do the same thing. I have succeeded to connect to the remote. I can break into the "kernel". But I can't see a way to see the load address of my dynamically loaded modules. Regards --Himanshu ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
