This revision was automatically updated to reflect the committed changes.
Closed by commit rL275544: [NPL] Simplify process launch code (authored by
labath).
Changed prior to commit:
https://reviews.llvm.org/D22357?vs=63973&id=64118#toc
Repository:
rL LLVM
https://reviews.llvm.org/D22357
F
tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.
Looks good
https://reviews.llvm.org/D22357
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mail
labath created this revision.
labath added a reviewer: tberghammer.
labath added a subscriber: lldb-commits.
This removes one level of indirection, which was just packing and repacking
launch args into
different structures. NFC.
https://reviews.llvm.org/D22357
Files:
source/Plugins/Process/Li