labath added a comment.
================ Comment at: lldb/source/Host/common/FileSpec.cpp:786 + continue; + if (!find_directories && fs::is_directory(Status)) + continue; ---------------- This looks like it changes behavior. Previously, if `find_directories` was false this function would *not* recurse into them, whereas now it will. I guess you did not intend to do that (?) https://reviews.llvm.org/D30807 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits