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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -