GNU debugger for aarch64-elf cross-development targeting ARM64
GNU debugger for aarch64-elf cross development
aarch64-elf-gdb$ aarch64-elf-gdb ./program.elf$ aarch64-elf-gdb -ex 'target remote localhost:3333' ./program.elf$ aarch64-elf-gdb -ex 'break main' -ex 'run' ./program.elf