GNU debugger for RISC-V 64-bit embedded systems cross-compilation
GNU debugger for riscv64-elf cross development
riscv64-unknown-elf-gdbriscv64-elf-gdb$ riscv64-unknown-elf-gdb ./firmware.elf$ riscv64-unknown-elf-gdb -ex 'target remote localhost:3333' ./firmware.elf$ riscv64-unknown-elf-gdb -ex 'break main' -ex 'run' ./firmware.elf