On Mon, Aug 07, 2006 at 07:40:21PM +0530, Ranga Raju wrote:

> Hi, 
> 
>  I am using kgdb to debug my dynamically loadable modules on my ARM Versatile 
> Platform. I am using the kgdb patch for kernel version 2.6.16. I am unable to 
> use the setup properly. I am describing the steps I have followed. Please see 
> if I need to correct my procedure in any way. If any one has setup kgdb 
> successfully for arm platform. Kindly, give me some guideline followed. 
> kgdb setup:

This belongs on the KGDB list, not the ARM list,
[EMAIL PROTECTED]

> [EMAIL PROTECTED] linux-2.6.15.5]# gdbmod-2.4 -q vmlinux
> Using host libthread_db library "/lib/libthread_db.so.1".
> (gdb) rmt
> 0xc7189fb0 in ?? ()
> (gdb) b hs_wlan_drv_dev_open
> Breakpoint 1 at 0xbf006cf0
> (gdb)

This is wrong.  You need a gdb that has been cross-compiled with the gdb
patch found in the project's CVS, and then set solib-search-path
/path/to/your/module.ko for this type of auto-searching to function.

-- 
Tom Rini

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Kgdb-bugreport mailing list
Kgdb-bugreport@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to