tools: Fix gdb version check

Closes https://github.com/espressif/esp-idf/issues/8965
pull/8990/head
Alexey Lapshin 2022-05-17 12:17:03 +04:00
rodzic 285c6fc906
commit 41bbdcc26b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -92,7 +92,7 @@
"esp32c3"
],
"version_cmd": [
"riscv32-esp-elf-gdb",
"riscv32-esp-elf-gdb-no-python",
"--version"
],
"version_regex": "GNU gdb \\(esp-gdb\\) ([a-z0-9.-_]+)",