[Lldb-commits] [PATCH] D107015: Add "current" token for the -t option to "break set/modify"
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 2 10:05:30 PDT 2021
jingham added a comment.
You can have options with optional values, but I don't favor using those. They have slightly odd behavior in the parser since you have to disambiguate them when they have a value, and them when they happen to be next to an argument. They aren't as easy to document, and just feel wrong to me. So I don't want to go with `-t -n foo` meaning the current thread.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107015/new/
https://reviews.llvm.org/D107015
More information about the lldb-commits
mailing list