arm-none-eabi-gdb
GNU debugger for ARM Cortex-A/R/M processors
RUN apt-get update && \
apt-get install -y gdb-arm-none-eabi
RUN apt-get update && \
apt-get install -y gdb-arm-none-eabi
RUN pacman -S --noconfirm arm-none-eabi-gdb
RUN dnf install -y arm-none-eabi-gdb
RUN apt-get update && \
apt-get install -y gdb-arm-none-eabi