summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/rtems-debugger-remote-tcp.h (follow)
AgeCommit message (Collapse)Author
2018-05-02libdebugger: Move to separate librarySebastian Huber
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.