[Lldb-commits] [PATCH] D32598: Prime module caches outside of the module list lock for better parallelism

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 27 11:57:44 PDT 2017


jingham added a comment.

Ah, sorry.  I was talking about an lldb, which you access through the "setting set/get" command.  Those are actually implemented by adding a property on the class in question.  Look in Target.cpp for the TargetProperties class.  You'll just want to add another property there.


Repository:
  rL LLVM

https://reviews.llvm.org/D32598





More information about the lldb-commits mailing list