================
@@ -1843,6 +1863,12 @@ class Target : public 
std::enable_shared_from_this<Target>,
   /// signals you will have.
   llvm::StringMap<DummySignalValues> m_dummy_signals;
 
+  // Per-target scripted symbol locator.
+  lldb::ScriptedMetadataSP m_scripted_symbol_locator_metadata_sp;
+  lldb::ScriptedSymbolLocatorInterfaceSP 
m_scripted_symbol_locator_interface_sp;
+  std::unordered_map<std::string, std::optional<FileSpec>>
+      m_scripted_source_file_cache;
----------------
JDevlieghere wrote:

```suggestion
  /// Per-target scripted symbol locator.
  /// @{
  lldb::ScriptedMetadataSP m_scripted_symbol_locator_metadata_sp;
  lldb::ScriptedSymbolLocatorInterfaceSP m_scripted_symbol_locator_interface_sp;
  std::unordered_map<std::string, std::optional<FileSpec>>
      m_scripted_source_file_cache;
  /// @}   
```

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