================
@@ -248,6 +248,9 @@ let Definition = "process", Path = "target.process" in {
   def DisableMemCache: Property<"disable-memory-cache", "Boolean">,
     DefaultFalse,
     Desc<"Disable reading and caching of memory in fixed-size units.">;
+  def VerifyMemoryReads: Property<"verify-memory-reads", "Boolean">,
----------------
qiyao wrote:

Fixed it in the follow up commit.

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

Reply via email to