Hi, When attaching to a process, we're reporting the loaded dlls on the first target remote attach, thus gdb will print: "Stopped due to shared library event" This was already handled for the normal run case. The patch simple makes the fix unconditional. Cheers, Pedro Alves