[Lldb-commits] [PATCH] D107869: [LLDB][GUI] Add Process Launch form

Omar Emara via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 11 12:07:09 PDT 2021


OmarEmaraDev added a comment.

@jingham I wasn't arguing that we should remove those environment variables, on the contrary. Greg was suggesting that we populate the environment field with the target environment instead of implicitly adding them to the environment of the launch info. The problem with that is that there is a large number of environments that gets added (15 in my case) as shown in the following screenshot. What I was saying in my comment above is that I don't think we should show those to the user, we should transparently add them instead and let the user add additional variables as needed. We can then look into adding other settings to exclude them if necessary.

F18486746: 20210811-210121.png <https://reviews.llvm.org/F18486746>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107869



More information about the lldb-commits mailing list