Skip to content

Releases: espressif/binutils-gdb

14.2_20240403

04 Apr 08:06
Compare
Choose a tag to compare

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

13 Jan 17:15
Compare
Choose a tag to compare

Changes (since esp32ulp-elf-v2.35_20220830)

Features:

  • Upgrade binutils to version 2.38
  • Fix JUMPS offset for esp32s2 (#1)
  • Fix sub_opcode for STO instruction. (#2)
  • Fix esp32s2 peripheral address range. Add option --mcpu=esp32s3. (#3)

12.1_20231023

24 Oct 06:02
Compare
Choose a tag to compare

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

02 Nov 17:47
Compare
Choose a tag to compare

Changes (since esp-gdb-v11.2_20220823)

Features:

  • Upgrade GDB to version 12.1
  • Support Python 3.11

esp32ulp-elf-v2.35_20220830

30 Aug 19:52
Compare
Choose a tag to compare
release esp32ulp-elf 2.35 20220830

esp-gdb-v11.2_20220823

23 Aug 07:55
Compare
Choose a tag to compare

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

08 Aug 15:44
Compare
Choose a tag to compare

Changes (since esp-gdb-v11.2_20220729)

Bug fixes:

esp-gdb-v11.2_20220729

29 Jul 07:24
Compare
Choose a tag to compare

Changes (since esp-gdb-v11.2_20220715)

Bug fixes:

  • GDB without Python fallback (Windows). Fixes IDFGH-7851

esp-gdb-v11.2_20220715

15 Jul 10:40
Compare
Choose a tag to compare

Changes (since esp-gdb-v11.2_20220529)

Bug fixes:

  • GDB without Python fallback (Linux/MacOS). Fixes IDFGH-7787

esp-gdb-v11.2_20220529

28 May 09:49
Compare
Choose a tag to compare

Changes (since esp-gdb-v11.1_20220318)

Features:

  • Upgrade to GDB version 11.2
  • Support thread-local variables
    • GDB sends qGetTLSAddr packet to gdbserver. Packet support is coming soon in OpenOCD-esp32

Bug fixes:

  • Execution on windows within embedded python
  • Enable TUI mode