aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
AgeCommit message (Expand)AuthorFilesLines
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