Anyone had any luck getting any of the samples working with the gdbstub on a board like this?
https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/pinouts
I’ve been programming the board over the serial uart and would like to use the gdbstub with the gdb debugger. I flashed the IoT LEDBlink example without the gdbstub enabled and it worked perfectly. But once I turned on the gdbstub and launched the debugger I got the following:
C:\SysGCC\esp8266\python27\python.exe "C:\SysGCC\esp8266\esp8266-bsp\esptool.py" elf2image "E:\Workspace\BlinkyTest\LEDBlinkDebug\LEDBlinkDebug/Debug/LEDBlinkDebug.elf" --flash_freq 40m --flash_mode qio --flash_size 4m
set remotebaud 74880
&"set remotebaud 74880\n"
^done
target remote \\.\COM23
&"target remote \\\\.\\COM23\n"
~"Remote debugging using \\\\.\\COM23\n"
~"Ignoring packet error, continuing...\n"
&"warning: unrecognized item \"timeout\" in \"qSupported\" response\n"
Any suggestions how to get this running?