================ @@ -639,7 +639,18 @@ void Symbol::SynthesizeNameIfNeeded() const { // breakpoints on them. llvm::SmallString<256> name; llvm::raw_svector_ostream os(name); - os << GetSyntheticSymbolPrefix() << GetID(); + os << GetSyntheticSymbolPrefix(); + switch (ModuleList::GetGlobalModuleListProperties() ---------------- eronnen wrote:
Not sure whether it's better to cache this setting for the session or not https://github.com/llvm/llvm-project/pull/137512 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits