gdbstub: move to a separate component, support multiple targets

This commit is contained in:
Ivan Grokhotkov
2019-06-14 00:43:49 +08:00
parent 240192f9fa
commit 66e0b2f9df
16 changed files with 1023 additions and 576 deletions

View File

@@ -425,6 +425,7 @@ menu "ESP32-specific"
config ESP32_PANIC_GDBSTUB
bool "Invoke GDBStub"
select ESP_GDBSTUB_ENABLED
help
Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem
of the crash.