The opcode was taken from gdb sources.
break set -n main
Breakpoint 1: where = example`$x, address = 0x0000000000400c60
Note that for me, gdb worked only with statically linked binaries on emulated AArch64 machine, therefore from now on I'm testing lldb with statically linked binaries too.
Still much work must be done in order to provide full AArch64 support.
style: use parens around sizeof's argument to match other code.