• using GDB with openOCD - make gdb "forget"
    I set up a combination of gdb and openOCD under macOS (Catalina). I'm starting openOCD in one Terminal window and gdb in another one, connecting to a STM32F407G-DISC1 board (Discovery) with the following...
  • Insight, ddd, or gdb -tui support?
    The GNU ARM Embedded Toolchain is wonderful, thank you so much for maintaining it! As both the host and target are fixed in the toolchain, would you consider adding insight or ddd or any graphical debugger...
  • GCC and GDB for native compiling and debugging
    Hello, I 've a module with a Cortex-M4 Vybrid VF61 processor and an installed linux. The installed linux does not provide gcc and gdb for native compiling and debugging. Please, can anybody tell...
  • Why TUI mode is not supported in arm-none-eabi-gdb?
    I downloaded and used toolchains from the following page, and noticed that TUI is not supported in version 7-2018-q2 at Linux. What is the reason to not support TUI in arm-none-eabi-gdb? https://developer...
  • gcc-arm-none-eabi-8: GDB segmentation fault
    I'm seeing a segmentation fault in gcc-arm-none-eabi-8-2018-q4-major when I try to debug a binary written in Rust (it's actually the TockOS kernel). Rust is actually using LLVM nightly to generate the...