[ros-dev] gdb stub patch

Samuel Bronson naesten at gmail.com
Tue Aug 16 21:02:27 CEST 2005


I was poking around in gdbstub.c, trying to get it to work a bit
better. I managed to drastically reduce the time it takes GDB to
attach, among other things, by not trying to send a stop reply packet
(and so not responding to GDB's queries). The only reason it worked
before is that, after all the other replies had timed out a few times
each, it issued a `?' query, and finally interpreted the stop reply
packet as the answer to that... there are some other changes,
hopefully for the better.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20050815-gdbstub.patch
Type: text/x-patch
Size: 3431 bytes
Desc: not available
Url : http://reactos.com/pipermail/ros-dev/attachments/20050816/62c08a2d/20050815-gdbstub.bin


More information about the Ros-dev mailing list