[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
Tue Oct 2 09:50:39 PDT 2018


jingham added a comment.

Would it be possible for the exporter to notice empty settings and write "settings clear" instead?  I'm worried that if you have a complicated setting, and the you do:

(lldb) settings set target.some-complex-setting

and decide you are wrong, you don't want to change the complex setting, then you have to know to delete the text - hitting a return is actually destructive.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52772





More information about the lldb-commits mailing list