[Lldb-commits] [PATCH] D130045: Implement better path matching in FileSpecList::FindFileIndex(...).

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 25 05:03:31 PDT 2022


labath added a comment.

In D130045#3666610 <https://reviews.llvm.org/D130045#3666610>, @JDevlieghere wrote:

> I'm slightly worried about the change to make the new "fuzzy" matching the default. While it makes sense for the breakpoints, I wouldn't generally expect `./a/b/c/main.cpp` to match `/build/a/b/c/main.cpp`,

Would you expect that `main.cpp` "generally" matches `/build/a/b/c/main.cpp`?

(I'm not arguing for/against anything (yet, at least), but I would like to hear your reasoning if the answer to the question is "yes".)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130045/new/

https://reviews.llvm.org/D130045



More information about the lldb-commits mailing list