If you find a function address range that covers the failing instruction address, the message for that range indicates the method where the error was likely introduced.
如果您找到一个函数地址范围包含了失败的指令地址,那么这个范围的消息就会说明可能引入错误的方法。
BRSL stands for "branch relative and set link." This branches to the function entry point and sets the link register (LR) to the next instruction for the return address.
brsl代表“branch relative and set link”,用来分支到函数的入口点并将链接寄存器(LR)设置为返回地址的下一个指令。
When you view the breakpoint properties, this breakpoint appears as an address breakpoint with a memory location corresponding to the next executable instruction in the function.
查看断点属性时,该断点显示为一个地址断点,这个地址断点具有一个与函数中下一个可执行指令相对应的内存位置。
应用推荐