summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/file_handle
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-131-1/+0
* [LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna2019-10-301-4/+0
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-291-0/+5
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-161-3/+1
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-151-0/+27
* convert SBDebugger::***FileHandle() wrappers to native files.Lawrence D'Anna2019-10-151-9/+42
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-1/+34
* IOHandler: fall back on File::Read if a FILE* isn't available.Lawrence D'Anna2019-10-111-3/+4
* update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna2019-10-101-6/+0
* TestFileHandle.py: fix for Python 3.6Lawrence D'Anna2019-10-101-2/+2
* TestFileHandle.py: relax exception type checksPavel Labath2019-10-101-3/+3
* s/@expectedFailure/@expectedFailureAll in TestFileHandlePavel Labath2019-10-101-12/+11
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-2/+2
* SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna2019-10-091-4/+280
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-091-17/+301
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-031-1/+125
* new api class: SBFileLawrence D'Anna2019-10-031-0/+150
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-228/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+228
OpenPOWER on IntegriCloud