Debugging a DLL is similar to debugging a standard program, but you have to deal with two different executable parts: the DLL and the program that uses it. There are the following four possibilities:
In this section we address only cases one and two above. Note that there is no point in trying to debug a DLL with GNU/GDB if there is no GDB-compatible debugging information in it. To do so, you must use a debugger compatible with the tools suite used to build the DLL.