-->
Page 1 of 1

gdb remote stubs

PostPosted: Wed Jun 24, 2015 4:55 am
by projectgus
It seemed like a good time to start a thread just to keep track of & discuss the various gdb remote stub projects for ESP8266/lx106.

(For the unfamiliar - the idea is that "gdb server" code runs directly on the CPU and talks to gdb, you can do interactive debugging without special hardware. It can be an alternative to having external JTAG hardware and an interface program like xt-ocd or openocd.)

There are 3 projects I know of:

Re: gdb remote stubs

PostPosted: Wed Jun 24, 2015 1:36 pm
by jcmvbkbc
There's also the official Tensilica gdbserver: xmon. Sources come as a part of Tensilica SDK (available here: http://ip.cadence.com/support/sdk-download-test), installed under XtDevTools/install/tools/<release>/XtensaTools/xtensa-elf/src/xmon

Re: gdb remote stubs

PostPosted: Thu Jun 25, 2015 6:57 am
by cal
Moin Angus, Max and other hackers!

Coincidently I planned to show some of my gdb stub stuff these days.

Have fun:
https://github.com/cal101/cal_gdbstub/b ... kyTale1.md
viewtopic.php?f=9&t=3751

Cal