[Lldb-commits] [PATCH] D52772: [Settings] Make "settings set" without a value equivalent to "settings clear"
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 3 09:59:36 PDT 2018
jingham added a comment.
I'm thinking of the scenario where you type:
(lldb) settings set target.run-args
and then decide you didn't want to change the run-args after all. Before this change hitting return used to be a way to dismiss the settings operation, and that actually seems a pretty natural thing to do - especially given that there is a "clear" operation.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D52772
More information about the lldb-commits
mailing list