[Lldb-commits] [PATCH] D68960: remove FILE* usage from SBStream.i
Lawrence D'Anna via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 14 16:29:57 PDT 2019
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 the python API will can access a FILE* method
on the C++ side.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68960
Files:
lldb/include/lldb/API/SBStream.h
lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py
lldb/scripts/interface/SBStream.i
lldb/source/API/SBStream.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68960.224930.patch
Type: text/x-patch
Size: 4696 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191014/eeb2083e/attachment.bin>
More information about the lldb-commits
mailing list