• 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...
  • Strange Behavior using arm-none-eabi-gdb
    I'm new to gdb so I would really appreciate any guidance. My target is the K82f and I am calling Openocd and gdb from the command line. Compiler: ArmClang/Armlink Debug Info: -gdwarf-4 The Issue:...
  • where to find sources for arm-none-eabi-gdb?
    I'm trying to find the spurces for arm-none-eabi-gdb. On page https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm there is mentioned, that ...