insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
214 stars 39 forks source link

In-kernel gdb server for userland tasks #20

Closed danielinux closed 8 years ago

danielinux commented 8 years ago

It should be possible to provide a gdb server (in kernel) that once enabled, listens to a TCP port and can be connected to a remote gdb running on another host via the target command.

This feature would enable debugging of userspace applications without the manual symbol add.

danielinux commented 8 years ago

check https://blog.cesanta.com/esp8266-gdb

danielinux commented 8 years ago

dropped: Implement #36 instead.