Re: Patch to gdbstub++ taking care of possible stale data in Recievebuffers and qOffsets cmd for x86.

2001-04-30 Thread Amit S. Kale
Thanks for analyzing a possible scenario where gdb and kgdb could go out of sync. The gdb remote debugging protocol isn't quite safe whenever both gdb and stub try to talk to each other. There are a few other scenarios which occur more frequently. Some gdb developers are trying to make the gdb r

Patch to gdbstub++ taking care of possible stale data in Recievebuffers and qOffsets cmd for x86.

2001-04-30 Thread Hanish Menon C
Hi This patch takes care of 2 things related to remote debuging of Linux kernel using Gdb Problem and Solution (1) When trying out Remote Debugging of Linux kernel using GDB, I found a possible protocol synchronisation issue between gdb (in host) and gdbstub (on RemoteT