问题描述
我想调试使用GDB的Android应用程序,我没有源$ C $ c和我习惯了GDB。请问谁知道如何做到这一点?看来我需要连接到应用程序和使用的gdbserver的过程,但我还没有真正找到了如何做一个很好的教程...
I want to debug an android application using GDB, I do not have the source code and I am used to GDB. Would anyone know how to do that? It seems I would need to attach to the process of the application and use gdbserver but I have not really found a good tutorial on how to do that...
谢谢!
推荐答案
有可能不是一步一步的教程,但人们一直在使用gdbserver的调试JNI应用程序。请检查下面的链接:
There might not be step-by-step tutorials, but people have been using a gdbserver to debug JNI apps. Check the following links:
的
的
http://developer.download.nvidia.com/tegra/docs/ android_gdb_debugging.pdf
http://www.omappedia.org/wiki/Android_Debugging#GDB_。 28the_GNU_Debugger.29
这篇关于如何调试的Dalvik可执行文件在Android上使用GDB?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!