Skip to content
  • Greg Clayton's avatar
    The DynamicLoader plug-in instance now lives up in lldb_private::Process where · 93d3c833
    Greg Clayton authored
    it should live and the lldb_private::Process takes care of managing the 
    auto pointer to the dynamic loader instance.
    
    Also, now that the ArchSpec contains the target triple, we are able to 
    correctly set the Target architecture in DidLaunch/DidAttach in the subclasses,
    and then the lldb_private::Process will find the dynamic loader plug-in 
    by letting the dynamic loader plug-ins inspect the arch/triple in the target.
    
    So now the ProcessGDBRemote plug-in is another step closer to be purely 
    process/platform agnostic.
    
    I updated the ProcessMacOSX and the ProcessLinux plug-ins accordingly.
    
    llvm-svn: 125650
    93d3c833
Loading