summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems-debugger-remote-tcp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdebugger: Move to separate librarySebastian Huber2018-05-021-0/+47
Always build remote TCP support since it depends only on the POSIX socket API. It works with the legacy network stack and libbsd. Move it to a separate libdebugger.a library to allow an easy use with libbsd via "-ldebugger -lbsd" otherwise we would have a cyclic dependency between libbsd.a and librtemscpu.a. Update #3419.