OSDN Git Service

* fhandler_process.cc: Drop unneeded includes.
[pf3gnuchains/pf3gnuchains4x.git] / rda / README
1 This directory contains an implementation of a server for the gdb remote
2 protocol, built as a host library.  It is suitable for applications that
3 are to be remote targets of a debugger, such as simulators, interfaces to ICE
4 hardware, etc.
5
6 Roadmap:
7
8         lib/            contains the remote protocol stub implementation
9                         is not meant to be installed
10                         builds into librda.a and librda.la
11                         includes headers
12
13         samples/        contains a sample application of the library
14
15 Note: remember to use autoconf and automake to configure, unlike some of the other
16 tools.