由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - Any detailed instruction to remote debug shared library in QtCreator in Linux ?
相关主题
Qt creator 2.4.1 cannot debug the very simple c++ code “Don’t know how to attach”从8.04升到9.04
有没有open source对IT民工的影响gdb用得太痛苦了, 有没有好用的debug tools推荐
build image with debug info, can you build the debug symbol only ?有什么软件debug “segmentation fault"通过看back trace info(面试问倒了)
问个关于linux下面netpbm的问题 (转载)怎么保存kernel panic的消息?
how to step over a line in code with gdb?Development environment under Linux
挖个坑how to debug QThow to debug lib file, after i build the *.o etc ?
有没有vim给程序员的入门教程?主要用c.C++ and eclipse
谁来介绍一下子 virtrualization?请教:有什么样的“Double-byte support debug tools for English speaking folks”?
相关话题的讨论汇总
话题: shared话题: source话题: library话题: folder话题: debug
进入Linux版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
ok, i don’t want to mention the pain we went through, me and another very
dedicated engineer are feeling exhausted, very exhausted.
we build c++ code in ubuntu in intel pc, the target runs in arm board.
we can step into the source code for exe, but not for shared library.
say
/aaa is the source code folder for exe, /aaa/1.cpp is the source for 1.exe
/bbb is the folder in target you have /bbb/1.exe
/ccc is the source code folder for shared library, /ccc/2.cpp is the source
for 2.so
/ddd is its folder in target you have /ddd/2.so there
what’re the steps to debug into this 2.so pls ?
where to find the gdb shell in Qt Creator during debugging ?
Thanks you so much !
m**k
发帖数: 290
2
remote debugging and debugging shared lib are two separate problems.
To debug shared lib with gdb, checkout the add-symbol-file command
1 (共1页)
进入Linux版参与讨论
相关主题
请教:有什么样的“Double-byte support debug tools for English speaking folks”?how to step over a line in code with gdb?
section mismatches while making kernel挖个坑how to debug QT
请教:如何在vim里运行gdb?有没有vim给程序员的入门教程?主要用c.
Kernel doesn't boot after upgraded to 256MB memory谁来介绍一下子 virtrualization?
Qt creator 2.4.1 cannot debug the very simple c++ code “Don’t know how to attach”从8.04升到9.04
有没有open source对IT民工的影响gdb用得太痛苦了, 有没有好用的debug tools推荐
build image with debug info, can you build the debug symbol only ?有什么软件debug “segmentation fault"通过看back trace info(面试问倒了)
问个关于linux下面netpbm的问题 (转载)怎么保存kernel panic的消息?
相关话题的讨论汇总
话题: shared话题: source话题: library话题: folder话题: debug