有ARM9上的回溯示例代码吗?
我想编写一个在 ARM9 架构上像回溯实用程序一样工作的代码。
我确实遇到了代码arm中ulibc的回溯。 但是从上面的代码我想知道上面代码中使用的数据结构布局和参数的详细信息。 任何人都可以对上述内容有所了解。
提前致谢。
i want to write a code which will work like backtrace utility on ARM9 architecture.
i did come across the code back trace for ulibc in arm.
But from above code i want to know the details of data structure layout and parameter used in above code.
Can anyone throw some light on the above.
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 glibc 中,它在 dlfcn/dlfcn.h 中定义,看起来像
In glibc it's defined in dlfcn/dlfcn.h and looks like