[Lldb-commits] [PATCH] D95711: [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess
    Jonas Devlieghere via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Feb 17 11:29:09 PST 2021
    
    
  
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
    
    
More information about the lldb-commits
mailing list