At runtime, the application loads the dynamic linker. 在运行期间,应用程序将加载动态链接器(DL)。
In fact, the dynamic linker itself uses the same kind of versioning as the shared libraries. 实际上,动态链接器(DL)本身使用与共享程序库相同种类的版本号。
To link this into executables, you need to enable both the compile-time linker and the run-time dynamic linker to find it. 要将其链接到可执行程序中,需要启用编译时链接器和运行时动态链接器(DL)来定位它。
The dynamic linker then gets to do all the fun work. 然后动态链接器(DL)开始进行所有有趣的工作。
This command controls whether GDB should give you control when the dynamic linker notifies it about some shared library event. 这一命令控制当动态链接器(DL)通知了一些共享库事件时,是否让GDB把控制权转入你的手里。