index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
scripts
/
Python
/
python-typemaps.swig
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Bindings] Move bindings into their own subdirectory
Jonas Devlieghere
2020-01-09
1
-510
/
+0
*
remove multi-argument form of PythonObject::Reset()
Lawrence D'Anna
2019-10-22
1
-17
/
+4
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
1
-68
/
+0
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
1
-0
/
+16
*
SBFile: add a bunch of tests that should eventually work.
Lawrence D'Anna
2019-10-09
1
-11
/
+11
*
allow arbitrary python streams to be converted to SBFile
Lawrence D'Anna
2019-10-09
1
-0
/
+63
*
"Fix" TestFileHandle.py on non-darwin platforms
Pavel Labath
2019-10-03
1
-0
/
+8
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-1
/
+1
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
1
-1
/
+42
*
File::Clear() -> File::TakeStreamAndClear()
Lawrence D'Anna
2019-10-01
1
-3
/
+4
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-5
/
+4
*
Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".
Jim Ingham
2019-03-28
1
-10
/
+5
*
[Swig] Merge typemaps with same bodies
Tatyana Krasnukha
2018-09-25
1
-196
/
+53
*
Remove undefined behavior around the use of StateType
Shafik Yaghmour
2018-09-11
1
-0
/
+20
*
Change SBProcess::ReadCStringFromMemory() back to returning
Jason Molenda
2017-12-22
1
-1
/
+2
*
Fix #ifdef __APPLE__ code is the swig Python bindings
Todd Fiala
2016-04-08
1
-2
/
+2
*
Check for a NULL input filehandle before referencing it.
Jim Ingham
2016-03-11
1
-8
/
+11
*
Fix SBDebugger.GetOutputFileHandle() on OS X.
Jim Ingham
2016-03-11
1
-1
/
+1
*
Fix some issues with bytes and strings in Python 3.
Zachary Turner
2016-01-25
1
-3
/
+8
*
Fix more occurrences of string/bytes/bytearray in swig typemaps.
Zachary Turner
2016-01-25
1
-20
/
+44
*
Fix swig typemap for SBEvent.
Zachary Turner
2016-01-25
1
-6
/
+14
*
Get rid of const char** typemaps.
Zachary Turner
2016-01-13
1
-70
/
+7
*
Fix TestProcessLaunch for Python 3.
Zachary Turner
2016-01-13
1
-21
/
+29
*
Fix an issue where scripted commands would not actually print any of their ou...
Enrico Granata
2016-01-13
1
-1
/
+3
*
Fix Python 3 issues related to OS plugins.
Zachary Turner
2016-01-11
1
-9
/
+11
*
Fix some issues with swig & string conversion.
Zachary Turner
2015-11-18
1
-5
/
+16
*
Python3 - Fix some issues related to `PythonFile` class.
Zachary Turner
2015-11-16
1
-0
/
+5
*
Convert SWIG typemap string operations to PythonObjects.
Zachary Turner
2015-10-16
1
-32
/
+45
*
Update SWIG typemaps to use `PythonFile`.
Zachary Turner
2015-10-16
1
-12
/
+18
*
Change swig interface files to use PythonDataObjects.
Zachary Turner
2015-10-14
1
-6
/
+9
*
Convert "long" input to "long long" in typemap for lldb::tid_t.
Siva Chandra
2015-09-04
1
-1
/
+1
*
We want Python int or long to both be usable as-a tid_t for API purposes. Int...
Enrico Granata
2015-09-02
1
-0
/
+12
*
[Python] Allow PyLong values in integer lists (when converting to C lists)
Siva Chandra
2015-07-01
1
-0
/
+32
*
Add typemaps to handle the transformation of Python list of strings into a 'c...
Enrico Granata
2014-10-21
1
-0
/
+74
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-22
/
+0
*
Patch by Ari Grant
Enrico Granata
2014-01-09
1
-1
/
+1
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
<rdar://problem/13499317>
Enrico Granata
2013-05-02
1
-0
/
+23
*
Ensuring that the swig typemaps for SBData set the size to 0 along with the p...
Enrico Granata
2012-10-29
1
-0
/
+5
*
Simplify the typecheck code.
Filipe Cabecinhas
2012-08-28
1
-10
/
+4
*
Added SBDebugger's log callbacks to Python-land
Filipe Cabecinhas
2012-08-25
1
-3
/
+34
*
Added a typemap and wrappers for SBInputReader callbacks
Filipe Cabecinhas
2012-08-22
1
-0
/
+21
*
Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...
Johnny Chen
2012-08-20
1
-2
/
+9
*
A baton isn't needed to dispatch input.
Filipe Cabecinhas
2012-08-20
1
-0
/
+16
*
Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends.
Filipe Cabecinhas
2012-08-20
1
-0
/
+35
*
Fix SBProcess::ReadMemory's typemap to handle PyLongObjects.
Filipe Cabecinhas
2012-05-11
1
-5
/
+8
*
typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory...
Enrico Granata
2012-02-23
1
-0
/
+42
*
http://llvm.org/bugs/show_bug.cgi?id=11619
Johnny Chen
2012-01-06
1
-0
/
+153
*
I have added a function to SBTarget that allows
Sean Callanan
2011-12-14
1
-15
/
+33
*
SBProcess.PutSTDIN() needs to be properly typemapped when swigging,
Johnny Chen
2011-11-28
1
-0
/
+9
[next]