summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/python-typemaps.swig
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-091-510/+0
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-221-17/+4
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-68/+0
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-0/+16
* SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna2019-10-091-11/+11
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-091-0/+63
* "Fix" TestFileHandle.py on non-darwin platformsPavel Labath2019-10-031-0/+8
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-1/+1
* new api class: SBFileLawrence D'Anna2019-10-031-1/+42
* File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna2019-10-011-3/+4
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-5/+4
* Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".Jim Ingham2019-03-281-10/+5
* [Swig] Merge typemaps with same bodiesTatyana Krasnukha2018-09-251-196/+53
* Remove undefined behavior around the use of StateTypeShafik Yaghmour2018-09-111-0/+20
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-221-1/+2
* Fix #ifdef __APPLE__ code is the swig Python bindingsTodd Fiala2016-04-081-2/+2
* Check for a NULL input filehandle before referencing it.Jim Ingham2016-03-111-8/+11
* Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham2016-03-111-1/+1
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-251-3/+8
* Fix more occurrences of string/bytes/bytearray in swig typemaps.Zachary Turner2016-01-251-20/+44
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-6/+14
* Get rid of const char** typemaps.Zachary Turner2016-01-131-70/+7
* Fix TestProcessLaunch for Python 3.Zachary Turner2016-01-131-21/+29
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-131-1/+3
* Fix Python 3 issues related to OS plugins.Zachary Turner2016-01-111-9/+11
* Fix some issues with swig & string conversion.Zachary Turner2015-11-181-5/+16
* Python3 - Fix some issues related to `PythonFile` class.Zachary Turner2015-11-161-0/+5
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-161-32/+45
* Update SWIG typemaps to use `PythonFile`.Zachary Turner2015-10-161-12/+18
* Change swig interface files to use PythonDataObjects.Zachary Turner2015-10-141-6/+9
* Convert "long" input to "long long" in typemap for lldb::tid_t.Siva Chandra2015-09-041-1/+1
* We want Python int or long to both be usable as-a tid_t for API purposes. Int...Enrico Granata2015-09-021-0/+12
* [Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra2015-07-011-0/+32
* Add typemaps to handle the transformation of Python list of strings into a 'c...Enrico Granata2014-10-211-0/+74
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-22/+0
* Patch by Ari GrantEnrico Granata2014-01-091-1/+1
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* <rdar://problem/13499317>Enrico Granata2013-05-021-0/+23
* Ensuring that the swig typemaps for SBData set the size to 0 along with the p...Enrico Granata2012-10-291-0/+5
* Simplify the typecheck code.Filipe Cabecinhas2012-08-281-10/+4
* Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas2012-08-251-3/+34
* Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas2012-08-221-0/+21
* Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...Johnny Chen2012-08-201-2/+9
* A baton isn't needed to dispatch input.Filipe Cabecinhas2012-08-201-0/+16
* Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends.Filipe Cabecinhas2012-08-201-0/+35
* Fix SBProcess::ReadMemory's typemap to handle PyLongObjects.Filipe Cabecinhas2012-05-111-5/+8
* typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory...Enrico Granata2012-02-231-0/+42
* http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen2012-01-061-0/+153
* I have added a function to SBTarget that allowsSean Callanan2011-12-141-15/+33
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-281-0/+9
OpenPOWER on IntegriCloud