Changeset 22fa5832 in rtems for c

Timestamp:
10/28/98 19:41:06 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2119f9d
Parents:
b4e3b2b
Message:

Patch from Ian Lance Taylor <ian@…>:

The RTEMS i386 stub in

c/src/lib/libbsp/i386/shared/comm/i386-stub.c

doesn't take advantage of some of the newer gdb remote features which
permits shorter and fewer packets.

Here is a patch which uses the 'T' response to report the registers
which gdb generally needs, and implements the 'P' request to set only
a single register. The general effect is to avoid sending all the
register contents back and forth between gdb and the stub every time
the stub stops. This also implements the 'D' request which handles
the gdb detach command, so you can cleanly quit out of the debugger
and leave the target board running.

(No files)

Note: See TracChangeset for help on using the changeset viewer.