summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-typemaps.swig
AgeCommit message (Expand)Author
2020-01-09[lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna
2019-10-09SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna
2019-10-09allow arbitrary python streams to be converted to SBFileLawrence D'Anna
2019-10-03"Fix" TestFileHandle.py on non-darwin platformsPavel Labath
2019-10-03factor out an abstract base class for FileLawrence D'Anna
2019-10-03new api class: SBFileLawrence D'Anna
2019-10-01File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-03-28Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".Jim Ingham
2018-09-25[Swig] Merge typemaps with same bodiesTatyana Krasnukha
2018-09-11Remove undefined behavior around the use of StateTypeShafik Yaghmour
2017-12-22Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda
2016-04-08Fix #ifdef __APPLE__ code is the swig Python bindingsTodd Fiala
2016-03-11Check for a NULL input filehandle before referencing it.Jim Ingham
2016-03-11Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham
2016-01-25Fix some issues with bytes and strings in Python 3.Zachary Turner
2016-01-25Fix more occurrences of string/bytes/bytearray in swig typemaps.Zachary Turner
2016-01-25Fix swig typemap for SBEvent.Zachary Turner
2016-01-13Get rid of const char** typemaps.Zachary Turner
2016-01-13Fix TestProcessLaunch for Python 3.Zachary Turner
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata
2016-01-11Fix Python 3 issues related to OS plugins.Zachary Turner
2015-11-18Fix some issues with swig & string conversion.Zachary Turner
2015-11-16Python3 - Fix some issues related to `PythonFile` class.Zachary Turner
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner
2015-10-16Update SWIG typemaps to use `PythonFile`.Zachary Turner
2015-10-14Change swig interface files to use PythonDataObjects.Zachary Turner
2015-09-04Convert "long" input to "long long" in typemap for lldb::tid_t.Siva Chandra
2015-09-02We want Python int or long to both be usable as-a tid_t for API purposes. Int...Enrico Granata
2015-07-01[Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra
2014-10-21Add typemaps to handle the transformation of Python list of strings into a 'c...Enrico Granata
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2014-01-09Patch by Ari GrantEnrico Granata
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-05-02<rdar://problem/13499317>Enrico Granata
2012-10-29Ensuring that the swig typemaps for SBData set the size to 0 along with the p...Enrico Granata
2012-08-28Simplify the typecheck code.Filipe Cabecinhas
2012-08-25Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas
2012-08-22Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas
2012-08-20Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...Johnny Chen
2012-08-20A baton isn't needed to dispatch input.Filipe Cabecinhas
2012-08-20Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends.Filipe Cabecinhas
2012-05-11Fix SBProcess::ReadMemory's typemap to handle PyLongObjects.Filipe Cabecinhas
2012-02-23typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory...Enrico Granata
2012-01-06http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen
2011-12-14I have added a function to SBTarget that allowsSean Callanan
2011-11-28SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen