[Lldb-commits] [PATCH] D68734: update SBDebugger::SetInputFile() etc to work on native Files
Lawrence D'Anna via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 9 14:52:15 PDT 2019
lawrence_danna created this revision.
lawrence_danna added reviewers: JDevlieghere, jasonmolenda, labath.
Herald added a project: LLDB.
lawrence_danna added a parent revision: D68433: SBFile: add a bunch of tests that should eventually work..
This patch adds FileSP versions of SetInputFile(),
SetOutputFile, and SetErrorFile(). SWIG will convert native
python file objects into FileSP.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68734
Files:
lldb/include/lldb/API/SBDebugger.h
lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py
lldb/scripts/interface/SBDebugger.i
lldb/source/API/SBDebugger.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68734.224174.patch
Type: text/x-patch
Size: 6135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191009/46bd76e8/attachment-0001.bin>
More information about the lldb-commits
mailing list