summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-75/+64
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-31/+29
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-11/+12
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-131-0/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-1/+2
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-2/+1
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-1/+2
* 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
* <rdar://problem/13491977>Greg Clayton2013-04-121-1/+2
* <rdar://problem/13010007>Greg Clayton2013-01-181-2/+14
* Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton2012-10-251-1/+2
* <rdar://problem/12491420>Greg Clayton2012-10-181-1/+6
* Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata2012-08-241-0/+3
* Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton2012-08-231-0/+89
OpenPOWER on IntegriCloud