完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
在一个函数中,我需要记录/保存函数被调用的地方。返回地址只是当前的FP - 4,还是有更多的内容?我必须说,我并不完全理解FP和SP之间的关系,它在文献中并没有得到很好的解释。
以上来自于百度翻译 以下为原文 Inside a function, I need to log / save where a function was called from. Is the return address just the current FP- 4 or is there more to it? I must say that I do not fully understand the relationship between the FP and SP and it is not really explained well enough in the documentation. Regards X |
|
相关推荐
5个回答
|
|
如果函数是叶函数,返回地址根本不必存储在堆栈上。你唯一可以肯定的是,在函数条目上,它是用$RA保持的。
以上来自于百度翻译 以下为原文 If the function is a leaf function, the return address is not necessarily stored on the stack at all. The only thing you can say with certainty is that on function entry, it is held in $ra. |
|
|
|
也许在函数中,您可以在我的所有函数中添加类似的代码,将函数地址存储到面包屑循环列表中,同时进行调试以找到导致问题的函数序列。
以上来自于百度翻译 以下为原文 Maybe in the function you could store (unsigned long)(void*)(main) // to store the address of main in the breadcrumb list I have added similar code to all my functions to store the function address to a circular list of breadcrumbs while debugging to find the sequence of functions leading up to a problem. |
|
|
|
我想这样的事会成功的。
以上来自于百度翻译 以下为原文 I think something like this will do it. uintptr_t return_addr = 0; asm("move %0, $ran" : "=r" (return_addr)); |
|
|
|
|
|
|
|
那太好了!这些内置函数有什么列表吗?我在编译器手册中看不到它们。
以上来自于百度翻译 以下为原文 That is great! Is there a list somewhere for all these built in functions? I can't see them in the compiler manual. |
|
|
|
只有小组成员才能发言,加入小组>>
5161 浏览 9 评论
1999 浏览 8 评论
1928 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3171 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2226 浏览 5 评论
731浏览 1评论
613浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
503浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
629浏览 0评论
527浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 19:19 , Processed in 2.103213 second(s), Total 85, Slave 68 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号