Loading
gcc-arm-embedded: pass args to gdb
The wrapper around `arm-none-eabi-gdb` was not passing through the command line arguments. This would cause build systems that attempted to determine the gdb version to hang. Match the other wrapper by adding `"$@"`, and using `exec` to call the unwrapped process.