[Lldb-commits] [PATCH] D68960: remove FILE* usage from SBStream.i

2019-10-15 Thread Lawrence D'Anna via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG30cf609548d9: remove FILE* usage from SBStream.i (authored by lawrence_danna). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68960/new/ https://reviews.llvm

[Lldb-commits] [PATCH] D68960: remove FILE* usage from SBStream.i

2019-10-14 Thread Lawrence D'Anna via Phabricator via lldb-commits
lawrence_danna created this revision. lawrence_danna added reviewers: JDevlieghere, jasonmolenda, labath. Herald added a project: LLDB. This patch removes FILE* and replaces it with SBFile and FileSP the SWIG interface for `SBStream.i`. And this is the last one. With this change, nothing in