我在目标linux系统上使用共享库调试了一个应用程序。我遇到了以下错误:
(gdb) set sysroot /mnt/hgfs/sharefolders/mksdboot-tl/filesystem
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
(gdb)
共享库是否有任何问题或GDB调试器配置错误?
任何帮助都会很棒。