On Fri, May 28, 2010 at 4:58 PM, Lal <[email protected]> wrote: > I am trying to use kgdb over ethernet but gdb fails to connect to remote > target. > > I noted that gdb packets are reaching to remote target and kgdboe is > working as expected (through prints), however gdb does not receive > packets back. > > I checked netpoll_send_udp source and it looks like it frames ethernet > header too based on MAC address which is by default FF:FF:FF:FF:FF:FF. > Is it mandatory for gdb host and target host to be in same subnet?
The kgdb create UDP package, and send to gdb, thus It is better that the gdb host and target in the same subnet, in my opinion. :-) Thanks, Dongdong > > Regards > Lal > > ------------------------------------------------------------------------------ > > _______________________________________________ > Kgdb-bugreport mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport > ------------------------------------------------------------------------------ _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
