[Lldb-commits] [PATCH] D62216: [EditLine] Rewrite GetHistoryFilePath

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 21 15:15:22 PDT 2019


JDevlieghere added a comment.

I figured if we're changing this anyway, we could as well change the behavior. I think it's reasonable to not have history when we cannot create the `.lldb` directory. Before I wiped my directory, I saw several (5?) files in `.lldb` and I'm not convinced we should pollute people's home directory with them. In reality, how likely is it anyway that we can write to ~ but not create a directory?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62216/new/

https://reviews.llvm.org/D62216





More information about the lldb-commits mailing list