aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-342/+337
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-8/+8
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown1-3/+1
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-1/+0
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-26Added XML to the host layer.Greg Clayton1-1/+1
2015-04-07Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton1-4/+11
2015-03-17Remove ScriptInterpreterObject.Zachary Turner1-92/+75
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton1-7/+28
2013-10-17<rdar://problem/14972424>Greg Clayton1-1/+1
2013-05-29<rdar://problem/13956179>Greg Clayton1-16/+3
2013-05-22Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...Greg Clayton1-2/+9
2013-05-10<rdar://problem/13854277>Greg Clayton1-9/+4
2013-05-09Changed the formerly pure virtual function:Greg Clayton1-20/+23
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor1-3/+3
2013-05-07Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi1-3/+3
2013-05-04After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton1-3/+3
2013-05-01<rdar://problem/13700260>Greg Clayton1-6/+40
2013-04-22<rdar://problem/13590152>Enrico Granata1-0/+8
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-16Remove a debug print statement that I left in.Greg Clayton1-2/+0
2013-04-12<rdar://problem/13491977>Greg Clayton1-6/+40
2013-03-28<rdar://problem/13412986>Enrico Granata1-0/+3
2013-03-27<rdar://problem/13521159>Greg Clayton1-4/+4
2013-01-25<rdar://problem/13069948>Greg Clayton1-22/+25
2013-01-18<rdar://problem/13010007>Greg Clayton1-61/+87
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea1-2/+2
2012-12-07Take the Target API lock before letting the Python code start to work constru...Jim Ingham1-0/+12
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+3
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-4/+4
2012-10-25Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton1-21/+37
2012-10-24Added process and thread logging the python OperatingSystem plug-in.Greg Clayton1-1/+17
2012-10-18<rdar://problem/12491420>Greg Clayton1-13/+32
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham1-1/+1
2012-08-28Fixes by Daniel Malea.Filipe Cabecinhas1-2/+2
2012-08-24Remove printf that go left in the code.Greg Clayton1-1/+0
2012-08-24The OS plug-in can now get data from a python script that implements the prot...Greg Clayton1-36/+66
2012-08-24We have a partially working OS plug-in through python!Greg Clayton1-4/+4
2012-08-24Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton1-69/+20
2012-08-24Fixing a bunch of issues with the OS plugin codeEnrico Granata1-1/+1
2012-08-24Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...Enrico Granata1-4/+24
2012-08-24Was forcing everyone on ToT to use the PythonOSPlugin.. my badEnrico Granata1-1/+1
2012-08-24Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata1-11/+30
2012-08-23Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton1-0/+234