[resending - the first attempt was blocked by the spam filter] This provides an API torwards for the WTX protocol which is stable across versions of WTX. The implementation is a thin binding over the wtx API provided by WindRiver. 2010-04-24 Joel Brobecker * remote-wtxapi.h, remote-wtxapi.c: New files. --- gdb/remote-wtxapi.c | 2957 +++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/remote-wtxapi.h | 1221 +++++++++++++++++++++ 2 files changed, 4178 insertions(+), 0 deletions(-) create mode 100644 gdb/remote-wtxapi.c create mode 100644 gdb/remote-wtxapi.h -- Joel