[Lldb-commits] [PATCH] D68181: SBDebugger::SetInputFile, SetOutputFile, etc.

Lawrence D'Anna via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Sep 28 00:13:16 PDT 2019


lawrence_danna created this revision.
lawrence_danna added reviewers: JDevlieghere, jasonmolenda, labath.
Herald added a project: LLDB.

Add new methods to SBDebugger to set IO files as SBFiles instead of
as FILE* streams.

In future commits, the FILE* methods will be deprecated and these 
will become the primary way to set the debugger I/O streams.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68181

Files:
  lldb/include/lldb/API/SBDebugger.h
  lldb/include/lldb/API/SBFile.h
  lldb/include/lldb/Core/Debugger.h
  lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py
  lldb/scripts/interface/SBDebugger.i
  lldb/source/API/SBDebugger.cpp
  lldb/source/Core/Debugger.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68181.222284.patch
Type: text/x-patch
Size: 18010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190928/128737ec/attachment-0001.bin>


More information about the lldb-commits mailing list