Pinned Loading
-
Debug AArch64 on x64 (and possibly o...
Debug AArch64 on x64 (and possibly on other architectures) 1# Wait for gdb
2qemu-aarch64 -L /usr/arm-linux-gnueabihf -g 6969 ./name_of_file
34# Launch gdb, if it doesn't work try with --nh which disables the .gdbinit file in the host machine.
5aarch64-linux-gnu-gdb -q -ex 'set architecture arm64' -ex 'target remote localhost:6969' -ex 'layout split' -ex 'layout regs'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
