c++ - GDB debug linux application using shared library -


i debugged application using shared library on target linux system. , came across following errors:

(gdb) set sysroot /mnt/hgfs/sharefolders/mksdboot-tl/filesystem warning: unable find dynamic linker breakpoint function. gdb unable debug shared library initializers , track explicitly loaded dynamic code. (gdb)  

does shared library have problem or gdb debugger wrongly configured?

any great.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -