summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)Author
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-26Fix serialization of Python breakpoint commands.Jim Ingham
2016-09-13Some more pointer safety in Breakpoint.Zachary Turner
2016-09-12This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham
2016-09-12Fix about a dozen compile warningsIlia K
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone
2016-08-11Make sure files include what they use (part 2/2)Pavel Labath
2016-08-10Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-08-05Add a few more needed bits to the scripted thread plans.Jim Ingham
2016-07-20Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata
2016-05-16Don't crash when OS plug-in returns None from any of the functions we might c...Greg Clayton
2016-05-02Add support for synthetic child providers to optionally return a customized t...Enrico Granata
2016-04-12Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata
2016-04-12Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath
2016-04-12Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata
2016-04-07Fix TestImport for Windows by ensuring backslashes in the directory paths are...Adrian McCarthy
2016-03-24Make File option flags consistent for Python APIStephane Sezer
2016-03-22Unicode support on Win32.Zachary Turner
2016-03-10Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton
2016-02-09Fix an issue where pressing CTRL+C in the interactive script interpreter caus...Enrico Granata
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2016-01-28Fix const cast error for MSVC2015 build.Aidan Dodds
2016-01-25Fix swig typemap for SBEvent.Zachary Turner
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata
2016-01-11Don't define Bytes and String to be the same number on Py2.Zachary Turner
2016-01-11Fix Python 3 issues related to OS plugins.Zachary Turner
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner
2015-12-04Python 3 - Fix script import --allow-reload.Zachary Turner
2015-11-16Python3 - Fix some issues related to `PythonFile` class.Zachary Turner
2015-11-13Remove debugging code left in by accident.Zachary Turner
2015-11-13Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner
2015-11-13Another fix for LLDB_DISABLE_PYTHON=1Zachary Turner
2015-11-13Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1Zachary Turner
2015-11-13Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner
2015-11-13Introduce a `PythonExceptionState` class.Zachary Turner
2015-11-12Fix non-Windows build after r252906.Zachary Turner
2015-11-12Begin converting uses of PyCallable to PythonCallable.Zachary Turner
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner
2015-10-16Fix linkage of `init_lldb` SWIG method in Python 3.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-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner
2015-10-14Make uses of /dev/null portable across OSes.Zachary Turner