aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-75/+64
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-31/+29
2015-03-17Remove ScriptInterpreterObject.Zachary Turner1-11/+12
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton1-0/+1
2013-05-10<rdar://problem/13854277>Greg Clayton1-5/+2
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor1-1/+2
2013-05-07Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi1-2/+1
2013-05-04After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton1-1/+2
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton1-1/+1
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton1-1/+1
2013-04-12<rdar://problem/13491977>Greg Clayton1-1/+2
2013-01-18<rdar://problem/13010007>Greg Clayton1-2/+14
2012-10-25Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton1-1/+2
2012-10-18<rdar://problem/12491420>Greg Clayton1-1/+6
2012-08-24Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata1-0/+3
2012-08-23Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton1-0/+89