[Lldb-commits] [PATCH] D52651: Add functionality to export settings

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 1 11:22:39 PDT 2018


teemperor added a comment.

- Running `settings export /home/teemperor/foobar1 /home/teemperor/foobar2` will actually just create foobar1, but will not report any error that foobar2 is silently ignored.

- Do we actually have a way to have file completion for the argument? (This doesn't have to be addressed in this review).

- Using tilde in the export path doesn't work. E.g. `settings export ~/foo` doesn't create a `foo` file for me on Linux.


https://reviews.llvm.org/D52651





More information about the lldb-commits mailing list