[Lldb-commits] [PATCH] D107869: [LLDB][GUI] Add Process Launch form
Omar Emara via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 12 01:22:34 PDT 2021
OmarEmaraDev added a comment.
Adding a boolean for inheriting the environment may not be necessary, we can just add two environment fields, one for inherited and one for user specified. The inherited one will be put in advanced settings with another boolean that show or hide the field. Both will be filled with the appropriate default values. What do you think?
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