JDevlieghere added inline comments.

================
Comment at: lldb/include/lldb/Interpreter/ScriptInterpreter.h:548
   lldb::ScriptLanguage m_script_lang;
+  lldb::ScriptedProcessInterfaceSP m_scripted_process_interface_sp;
 };
----------------
Why does this need to be a shared pointer and not a unique one? I think the 
script interpreter should have unique ownership over the scripted process 
interface. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95711/new/

https://reviews.llvm.org/D95711

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to