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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits