summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/rtems-debugger-remote-tcp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-02cpukit/libdebugger: Fix for sockaddr_in not being initializedHarrison Edward Gerber1-1/+1
See also CID 1468684 Closes #4445
2018-05-02libdebugger: Move to separate librarySebastian Huber1-3/+3
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.
2017-08-15libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns1-1/+2
- Add `printk` support to aid multi-core debugging. - Add lock trace to aid lock debugging. - Fixes to gcc-7.1 warnings. - Fixes from ticket #2879. - Add verbose command controls. - Change using the RTEMS sys/lock.h API to manage exception threads. - ARM hardware breakpoint fixes. Support for SMP stepping is not implemented, this requires use of the context id register. Closes #2879.
2016-11-29cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns1-0/+342