Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD" | Zachary Turner | 2018-11-18 | 1 | -19/+0 |
| | | | | | | | This breaks many tests on Windows, which now all fail with an error such as "Unable to read memory at address <xxxxxxxx>". llvm-svn: 347174 | ||||
* | Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD | Nathan Lanza | 2018-11-15 | 1 | -0/+19 |
Summary: This commit implements basic DidAttach and DidLaunch for the windows DynamicLoader plugin which allow us to load shared libraries from the inferior. Reviewers: sas, zturner Reviewed By: zturner Differential Revision: https://reviews.llvm.org/D54544 llvm-svn: 346994 |