================
@@ -1843,6 +1860,13 @@ class Target : public 
std::enable_shared_from_this<Target>,
   /// signals you will have.
   llvm::StringMap<DummySignalValues> m_dummy_signals;
 
+  // Per-target scripted symbol locator.
+  std::string m_scripted_symbol_locator_class_name;
+  StructuredData::DictionarySP m_scripted_symbol_locator_args_sp;
----------------
medismailben wrote:

You can use a ScriptedMetadataSP to store these 2 members.

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

Reply via email to