summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
AgeCommit message (Expand)Author
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-26Added XML to the host layer.Greg Clayton
2015-04-07Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton
2015-03-17Remove ScriptInterpreterObject.Zachary Turner
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton
2013-10-17<rdar://problem/14972424>Greg Clayton
2013-05-29<rdar://problem/13956179>Greg Clayton
2013-05-22Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-09Changed the formerly pure virtual function:Greg Clayton
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor
2013-05-07Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi
2013-05-04After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton
2013-05-01<rdar://problem/13700260>Greg Clayton
2013-04-22<rdar://problem/13590152>Enrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-16Remove a debug print statement that I left in.Greg Clayton
2013-04-12<rdar://problem/13491977>Greg Clayton
2013-03-28<rdar://problem/13412986>Enrico Granata
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-18<rdar://problem/13010007>Greg Clayton
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea
2012-12-07Take the Target API lock before letting the Python code start to work constru...Jim Ingham
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-25Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton
2012-10-24Added process and thread logging the python OperatingSystem plug-in.Greg Clayton
2012-10-18<rdar://problem/12491420>Greg Clayton
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-08-28Fixes by Daniel Malea.Filipe Cabecinhas
2012-08-24Remove printf that go left in the code.Greg Clayton
2012-08-24The OS plug-in can now get data from a python script that implements the prot...Greg Clayton
2012-08-24We have a partially working OS plug-in through python!Greg Clayton
2012-08-24Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton
2012-08-24Fixing a bunch of issues with the OS plugin codeEnrico Granata
2012-08-24Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...Enrico Granata
2012-08-24Was forcing everyone on ToT to use the PythonOSPlugin.. my badEnrico Granata
2012-08-24Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata
2012-08-23Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton