[Lldb-commits] [PATCH] D74636: [lldb-vscode] Add inheritEnvironment	option
    walter erquinigo via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Mar 12 11:23:50 PDT 2020
    
    
  
wallace added a comment.
The original intention of this is to have any working environment, as quite often complex programs require many environment variables that are common to most processes. Having the user specify each of those is a bit too much to ask for, and they are complaining because of this. That said, just using the platform's environment would be enough to have something working. And it the extreme case when other specific env vars are needed, then the user can specify them by hand.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74636/new/
https://reviews.llvm.org/D74636
    
    
More information about the lldb-commits
mailing list