debugging problem for NDD

Does any one know how to set break point in the network driver? Thanks in
advance.

You should mount the driver and then in gdb attach to io-net’s process id
and then you can set a break point.Btw U need to compile your driver with -g
option to get the debugging symbols

Hope it helps
Sreekanth

“Peter Ho” <yushengho@yahoo.com> wrote in message
news:a22e68$987$1@inn.qnx.com

Does any one know how to set break point in the network driver? Thanks in
advance.