This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] Linux/AM4379:如何在嵌入式 Linux 系统中使用共享库调试应用程序?

Guru**** 2548290 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/618137/linux-am4379-how-to-debug-an-application-program-using-a-shared-library-in-embedded-linux-system

器件型号:AM4379

工具/软件:Linux

我的应用程序包含一个共享库、一个.so 文件。它在 ARM Cortex-A9中运行的嵌入式 Linux 系统中运行。如何调试它?

当我使用 gdb 方法对其进行调试时、我收到以下消息:

警告:找不到动态链接器断点函数。
Gdb 将无法调试共享库初始化程序
并跟踪显式加载的动态代码。
0x498c0c80 in?? ()

这是否意味着我无法使用共享库调试应用?

非常感谢!