Releases: espressif/binutils-gdb
Releases · espressif/binutils-gdb
15.2_20241112
Changes (since esp-gdb-v14.2_20240403)
Features:
- Based on gdb version 15.2
- Added Python version 3.13 support
- Added custom baud rate setting for the serial port (https://sourceware.org/pipermail/gdb-patches/2024-November/213235.html)
14.2_20240403
Changes (since esp-gdb-v12.1_20231023)
Features:
- Based on gdb version 14.2
- Drop Python versions 3.6, 3.7 support because the latest IDF v5.2 does not support them
- Support Espressif RISCV PIE instructions (ESP32-P4)
Bug Fixes:
- MacOS: fix truncated task names that loaded from coredump (macos >= 14.4)
esp32ulp-elf-2.38_20240113
Changes (since esp32ulp-elf-v2.35_20220830)
Features:
12.1_20231023
Changes (since esp-gdb-v12.1_20221002)
Features:
- Linux/MacOS binary wrappers: use execv() to call GDB
- MacOS: add notarization
- Support Python 3.12
esp-gdb-v12.1_20221002
esp32ulp-elf-v2.35_20220830
release esp32ulp-elf 2.35 20220830
esp-gdb-v11.2_20220823
Changes (since esp-gdb-v11.2_20220808)
Features:
- Native macOS@arm64 support
Bug fixes:
- Truncated backtrace when breaking on nested
noreturn
functions. IDFGH-4276 - Windows: terminal control character handling (backspace, delete...)
esp-gdb-v11.2_20220808
esp-gdb-v11.2_20220729
Changes (since esp-gdb-v11.2_20220715)
Bug fixes:
- GDB without Python fallback (Windows). Fixes IDFGH-7851
esp-gdb-v11.2_20220715
Changes (since esp-gdb-v11.2_20220529)
Bug fixes:
- GDB without Python fallback (Linux/MacOS). Fixes IDFGH-7787