[Lldb-commits] [lldb] [lldb] Fix the semantics of SupportFile equivalence (PR #95606)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 20 14:13:18 PDT 2024
jasonmolenda wrote:
> Unfortunately, I don't know of a concise way to express this difference, maybe because the concept is not concise to begin with. `IsProbablySameFile`, `MayDescribeSameFile`, `PotentiallySameFile` ?
I was thinking about this too, and the best idea I had was `IsProbablySame`.
https://github.com/llvm/llvm-project/pull/95606
More information about the lldb-commits
mailing list