llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD
Stephane Sezer 85317f23df Implement trampoline step-through for Windows-x86.
Summary:
This is required to be able to step through calls to external functions
that are not properly marked with __declspec(dllimport). When a call
like this is emitted, the linker will inject a trampoline to produce an
indirect call through the IAT.

Reviewers: zturner, jingham

Reviewed By: jingham

Subscribers: sas, jingham, lldb-commits

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

llvm-svn: 314045
2017-09-22 23:41:41 +00:00
..
CMakeLists.txt [CMake] [1/4] Update a batch of plugins 2017-01-31 22:21:19 +00:00
DynamicLoaderWindowsDYLD.cpp Implement trampoline step-through for Windows-x86. 2017-09-22 23:41:41 +00:00
DynamicLoaderWindowsDYLD.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00