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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -