summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/PythonDataObjects.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix include path for Linux and FreeBSD.Filipe Cabecinhas2012-08-271-1/+1
| | | | llvm-svn: 162679
* The OS plug-in can now get data from a python script that implements the ↵Greg Clayton2012-08-241-1/+9
| | | | | | protocol. llvm-svn: 162540
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and ↵Greg Clayton2012-08-241-5/+30
| | | | | | | | centralized the parsing of the string to encoding and string to generic register. Added code the initialize the register context in the OperatingSystemPython plug-in with the new PythonData classes, and added a test OperatingSystemPython module in lldb/examples/python/operating_system.py that we can use for testing. llvm-svn: 162530
* Switch over to using object instances for all PythonData objects.Greg Clayton2012-08-231-52/+100
| | | | llvm-svn: 162504
* A first version of a bunch of classes that wrap commonly used Python objects ↵Enrico Granata2012-08-231-0/+234
in a ref-counting and type-safe C++ API llvm-svn: 162481
OpenPOWER on IntegriCloud