33.9.1. GDB builtin CPU simulator userland

Since I had this compiled, I also decided to try it out on userland.

It just ignores the ARM SVC instruction however, and does not forward syscalls to the host like QEMU does.

First it wouldn’t break, so I added -static to the Makefile, and then it started failing with:

Unhandled v6 thumb insn

Doing:

help architecture

shows ARM version up to armv6, so maybe armv6 is not implemented?