summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python
Commit message (Expand)AuthorAgeFilesLines
...
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-182-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-182-2/+2
* Remove a debug print statement that I left in.Greg Clayton2013-04-161-2/+0
* <rdar://problem/13491977>Greg Clayton2013-04-122-7/+42
* <rdar://problem/13412986>Enrico Granata2013-03-281-0/+3
* <rdar://problem/13521159>Greg Clayton2013-03-271-4/+4
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+5
* <rdar://problem/13069948>Greg Clayton2013-01-251-22/+25
* <rdar://problem/13010007>Greg Clayton2013-01-182-63/+101
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-2/+2
* Take the Target API lock before letting the Python code start to work constru...Jim Ingham2012-12-071-0/+12
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton2012-10-252-22/+39
* Added process and thread logging the python OperatingSystem plug-in.Greg Clayton2012-10-241-1/+17
* <rdar://problem/12491420>Greg Clayton2012-10-182-14/+38
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-1/+1
* Fixes by Daniel Malea.Filipe Cabecinhas2012-08-281-2/+2
* Remove printf that go left in the code.Greg Clayton2012-08-241-1/+0
* The OS plug-in can now get data from a python script that implements the prot...Greg Clayton2012-08-241-36/+66
* We have a partially working OS plug-in through python!Greg Clayton2012-08-241-4/+4
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton2012-08-241-69/+20
* Fixing a bunch of issues with the OS plugin codeEnrico Granata2012-08-241-1/+1
* Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...Enrico Granata2012-08-241-4/+24
* Was forcing everyone on ToT to use the PythonOSPlugin.. my badEnrico Granata2012-08-241-1/+1
* Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata2012-08-242-11/+33
* Fix a typo.Johnny Chen2012-08-241-1/+1
* Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton2012-08-233-0/+337
OpenPOWER on IntegriCloud