use thumb at armv8 ,the pc would jump to <add+1>。compiler link the lib to <add+1>,but runtime pc align to 4 byte ,
asm like:
jump "add+1"
but acturly the pc be set
pc : "add"
in breakpoint map address direc be push,but in Exception interrupt address be set at"MapAddress-1"