summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-10/+9
* Prevent deadlock in OS PluginsJonas Devlieghere2018-04-131-32/+39
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-342/+337
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-8/+8
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-3/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Added XML to the host layer.Greg Clayton2015-05-261-1/+1
* Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton2015-04-071-4/+11
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-92/+75
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-131-7/+28
* <rdar://problem/14972424>Greg Clayton2013-10-171-1/+1
* <rdar://problem/13956179>Greg Clayton2013-05-291-16/+3
* Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...Greg Clayton2013-05-221-2/+9
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-20/+23
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-3/+3
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-3/+3
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-3/+3
* <rdar://problem/13700260>Greg Clayton2013-05-011-6/+40
* <rdar://problem/13590152>Enrico Granata2013-04-221-0/+8
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Remove a debug print statement that I left in.Greg Clayton2013-04-161-2/+0
* <rdar://problem/13491977>Greg Clayton2013-04-121-6/+40
* <rdar://problem/13412986>Enrico Granata2013-03-281-0/+3
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* <rdar://problem/13069948>Greg Clayton2013-01-251-22/+25
* <rdar://problem/13010007>Greg Clayton2013-01-181-61/+87
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-2/+2
* Take the Target API lock before letting the Python code start to work constru...Jim Ingham2012-12-071-0/+12
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton2012-10-251-21/+37
* Added process and thread logging the python OperatingSystem plug-in.Greg Clayton2012-10-241-1/+17
* <rdar://problem/12491420>Greg Clayton2012-10-181-13/+32
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-1/+1
* Fixes by Daniel Malea.Filipe Cabecinhas2012-08-281-2/+2
* Remove printf that go left in the code.Greg Clayton2012-08-241-1/+0
OpenPOWER on IntegriCloud