teak-llvm/lldb/packages/Python/lldbsuite/test/python_api/default-constructor
Lawrence D'Anna 5750453020 new api class: SBFile
Summary:
SBFile is a scripting API wrapper for lldb_private::File

This is the first step in a project to enable arbitrary python
io.IOBase file objects -- including those that override the read()
and write() methods -- to be used as the main debugger IOStreams.

Currently this is impossible because python file objects must first
be converted into FILE* streams by SWIG in order to be passed into
the debugger.

full prototype: https://github.com/smoofra/llvm-project/tree/files

Reviewers: JDevlieghere, jasonmolenda, zturner, jingham, labath

Reviewed By: labath

Subscribers: labath, mgorny, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D67793

llvm-svn: 373562
2019-10-03 04:01:07 +00:00
..
sb_address.py
sb_block.py
sb_breakpoint.py
sb_breakpointlocation.py
sb_breakpointname.py
sb_broadcaster.py
sb_communication.py
sb_compileunit.py
sb_debugger.py
sb_error.py
sb_event.py
sb_filespec.py
sb_frame.py
sb_function.py
sb_instruction.py
sb_instructionlist.py
sb_lineentry.py
sb_listener.py
sb_module.py
sb_process_info.py
sb_process.py
sb_section.py
sb_stringlist.py
sb_symbol.py
sb_symbolcontext.py
sb_target.py
sb_thread.py
sb_type.py
sb_value.py
sb_valuelist.py
sb_watchpoint.py
TestDefaultConstructorForAPIObjects.py new api class: SBFile 2019-10-03 04:01:07 +00:00