summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
Commit message (Expand)AuthorAgeFilesLines
* Remove an expensive lock from TimerPavel Labath2017-05-151-5/+8
* Rename Error -> Status.Zachary Turner2017-05-122-44/+44
* Resubmit FileSystem changes.Zachary Turner2017-03-081-5/+8
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-9/+5
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-5/+9
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+2
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+2
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-24/+12
* Move classes from Core -> Utility.Zachary Turner2017-02-022-2/+2
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
* Fix clang build for r291198Pavel Labath2017-01-061-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-6/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-2/+3
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-262-4/+32
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-42/+37
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-7/+8
* Fix about a dozen compile warningsIlia K2016-09-121-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-067-4974/+4434
* Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone2016-08-193-1/+7
* Make sure files include what they use (part 2/2)Pavel Labath2016-08-112-3/+3
* Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton2016-08-101-1/+12
* Delete Host/windows/win32.hZachary Turner2016-08-092-3/+9
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-052-0/+19
* Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda2016-07-202-2/+2
* Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata2016-06-242-1/+26
* Don't crash when OS plug-in returns None from any of the functions we might c...Greg Clayton2016-05-161-16/+24
* Add support for synthetic child providers to optionally return a customized t...Enrico Granata2016-05-022-0/+68
* Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata2016-04-121-4/+4
* Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath2016-04-122-8/+8
* Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata2016-04-122-8/+8
* Fix TestImport for Windows by ensuring backslashes in the directory paths are...Adrian McCarthy2016-04-071-7/+8
* Make File option flags consistent for Python APIStephane Sezer2016-03-241-2/+2
* Unicode support on Win32.Zachary Turner2016-03-221-3/+4
* Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton2016-03-102-37/+38
* Fix an issue where pressing CTRL+C in the interactive script interpreter caus...Enrico Granata2016-02-091-1/+1
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix const cast error for MSVC2015 build.Aidan Dodds2016-01-281-1/+1
* Fix swig typemap for SBEvent.Zachary Turner2016-01-252-0/+119
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-132-0/+22
* Don't define Bytes and String to be the same number on Py2.Zachary Turner2016-01-111-4/+0
* Fix Python 3 issues related to OS plugins.Zachary Turner2016-01-111-3/+3
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-112-0/+145
* Python 3 - Fix script import --allow-reload.Zachary Turner2015-12-041-3/+8
* Python3 - Fix some issues related to `PythonFile` class.Zachary Turner2015-11-161-0/+6
* Remove debugging code left in by accident.Zachary Turner2015-11-131-2/+0
* Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner2015-11-133-21/+26
* Another fix for LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-131-1/+5
* Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-132-0/+8
OpenPOWER on IntegriCloud