| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix include path for Linux and FreeBSD. | Filipe Cabecinhas | 2012-08-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 162679 | ||||
| * | The OS plug-in can now get data from a python script that implements the ↵ | Greg Clayton | 2012-08-24 | 1 | -1/+9 |
| | | | | | | | protocol. llvm-svn: 162540 | ||||
| * | Added Args::StringForEncoding(), Args::StringToGenericRegister() and ↵ | Greg Clayton | 2012-08-24 | 1 | -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 Clayton | 2012-08-23 | 1 | -52/+100 |
| | | | | | llvm-svn: 162504 | ||||
| * | A first version of a bunch of classes that wrap commonly used Python objects ↵ | Enrico Granata | 2012-08-23 | 1 | -0/+234 |
| in a ref-counting and type-safe C++ API llvm-svn: 162481 | |||||

