[Lldb-commits] [PATCH] D51934: [target] Change target create's behavior wrt loading dependent files.
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 15 16:56:14 PDT 2018
jingham added a comment.
I wouldn't be surprised if Jonas isn't familiar enough with the Windows port to answer the question. But if you have a running lldb you can tell easily. Just do:
lldb SomeBinaryThatLoadsSharedLibraries
(lldb) image list
Do you get only SomeBinaryThatLoadsSharedLibraries, or do you get a list of the dependencies of the binary as well? If the former, then this test won't test anything for you. If the latter, then this test will test something real, and we should figure out how to get the test to build on Windows.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D51934
More information about the lldb-commits
mailing list