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
Post a Comment