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

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 21 13:39:34 PDT 2019


jingham added a comment.

Why are we calling this "widehistory" because we couldn't write into the .lldb directory?  I know that's the way it was but it makes no sense.  I guess it would make sense to call it widehistory if edit line was in wchar mode, that way you wouldn't ask a non wchar edit line to read a wchar history file...


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D62216





More information about the lldb-commits mailing list