llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD
Nathan Lanza 488214fe84 Implement WindowsDYLD::DidAttach for use with gdb-server attach
Summary:
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 DynamicLoaderWindowsDYLD::DidAttach which allow us to
obtain the proper executable load address.

Differential Revision: https://reviews.llvm.org/D55383

llvm-svn: 348526
2018-12-06 21:13:03 +00:00
..
CMakeLists.txt [CMake] [1/4] Update a batch of plugins 2017-01-31 22:21:19 +00:00
DynamicLoaderWindowsDYLD.cpp Implement WindowsDYLD::DidAttach for use with gdb-server attach 2018-12-06 21:13:03 +00:00
DynamicLoaderWindowsDYLD.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00