[Lldb-commits] [PATCH] D54544: Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 18 12:53:41 PST 2018
zturner added a subscriber: lanza.
zturner added a comment.
I had to revert this because it breaks many tests on Windows (found by
bisecting). It was reverted in r347174.
You can reproduce one of the failures by building with this patch applied,
then doing python bin/llvm-lit.py -sv ~/src/lldb/lit/SymbolFile/PDB.
2 of the tests should fail and you see an error about unable to read memory
location.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D54544
More information about the lldb-commits
mailing list