llvm-project/lldb/source/Plugins/ScriptInterpreter/Python
Lawrence D'Anna 9eb1371923 SBFile support in SBCommandReturnObject
Summary:
This patch add SBFile interfaces to SBCommandReturnObject, and
removes the internal callers of its FILE* interfaces.

Reviewers: JDevlieghere, jasonmolenda, labath

Reviewed By: JDevlieghere

Subscribers: lldb-commits

Tags: #lldb

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

llvm-svn: 374238
2019-10-09 21:50:49 +00:00
..
CMakeLists.txt [lldb] Unifying lldb python path 2019-10-07 23:49:01 +00:00
PythonDataObjects.cpp allow arbitrary python streams to be converted to SBFile 2019-10-09 20:56:17 +00:00
PythonDataObjects.h exception handling in PythonDataObjects. 2019-10-08 17:56:18 +00:00
PythonExceptionState.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PythonExceptionState.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ScriptInterpreterPython.cpp SBFile support in SBCommandReturnObject 2019-10-09 21:50:49 +00:00
ScriptInterpreterPython.h [lldb] Unifying lldb python path 2019-10-07 23:49:01 +00:00
ScriptInterpreterPythonImpl.h Pass an SBStructuredData to scripted ThreadPlans on use. 2019-10-03 22:50:18 +00:00
lldb-python.h [Python] Remove Python include from ScriptInterpreterPython.h 2019-03-29 20:17:20 +00:00