[Lldb-commits] [PATCH] D80165: [lldb/Driver] Fix handling on positional arguments

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 18 16:17:30 PDT 2020


jingham added a comment.

Not sure why you need to track "beginning and end".  Does libOption not pull out all the options (and their option values if they have them) before handing you the command line?  If not, then this probably is not worth doing.  But if it does, this should be straightforward since the only arguments lldb takes (prior to seeing a --) are meant to be arguments to the program when you run it.


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

https://reviews.llvm.org/D80165





More information about the lldb-commits mailing list