summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
Commit message (Expand)AuthorAgeFilesLines
* Partially revert r335236Pavel Labath2018-06-217-0/+40
* ScriptInterpreterPython cleanupPavel Labath2018-06-218-70/+18
* Remove dependency from Host to pythonPavel Labath2018-06-203-1/+85
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-3/+2
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-303-199/+157
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-1/+1
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-024-172/+17
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-024-17/+172
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-023-134/+18
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-023-18/+134
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-173-134/+18
* Committing this for Larry D'Anna:Jason Molenda2017-10-173-18/+134
* Don't access Python objects while not holding the GIL.Zachary Turner2017-07-091-8/+6
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* 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
OpenPOWER on IntegriCloud