summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/debugger/rtems-debugger-remote-tcp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* debugger: Set the fd to -1 to indicate being disconnected.Chris Johns2016-11-291-0/+1
|
* Add a RTEMS Debugger TCP remote transport.Chris Johns2016-11-291-0/+342
The patch also adds support to libbsd's build system making source conditional on a configure check. The debugger support is not available on all architectures and this feature lets us test if is avaliable.