[Lldb-commits] [PATCH] D80165: [lldb/Driver] Fix handling on positional arguments
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 18 15:45:10 PDT 2020
JDevlieghere added a comment.
One thing the current approach allows is `foo bar -o 'run' baz` which will `set target.run-args` to ` "bar" "baz" `. I guess that's not really desirable, but I'm not sure it outweighs the added complexity of tracking the beginning and thee end.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80165/new/
https://reviews.llvm.org/D80165
More information about the lldb-commits
mailing list