Windows lldb debugging currently uses a process plugin to handle
launching and attaching to a process. Launching a process via a debug
server (e.g. ds2) and attaching to it with gdb-remote port currently
doesn't communicate address information of the executable properly.
Implement DidAttach for the windows DynamicLoader plugin which allow us to
obtain the proepr address information.