================
@@ -14,6 +14,10 @@ let Definition = "modulelist" in {
     DefaultEnumValue<"eSymbolDownloadOff">,
     EnumValues<"OptionEnumValues(g_auto_download_enum_values)">,
     Desc<"On macOS, automatically download symbols with dsymForUUID (or an 
equivalent script/binary) for relevant images in the debug session.">;
+  def SharedCacheSegmentLoads: Property<"shared-cache-segment-mapping", 
"Boolean">,
+    Global,
+    DefaultTrue,
+    Desc<"On macOS, a feature to load the binaries from a shared cache blob 
directly, instead of requiring discrete binaries or using lldb's own shared 
cache memory.">;
----------------
JDevlieghere wrote:

Nit: the help text usually takes an imperative tone. 
```suggestion
    Desc<"On macOS, load the binaries from a shared cache blob directly, 
instead of loading them from lldb's own in-process shared cache.">;
```

https://github.com/llvm/llvm-project/pull/179881
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to