Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes by Daniel Malea. | Filipe Cabecinhas | 2012-08-28 | 1 | -2/+2 |
| | | | | llvm-svn: 162756 | ||||
* | Remove printf that go left in the code. | Greg Clayton | 2012-08-24 | 1 | -1/+0 |
| | | | | llvm-svn: 162542 | ||||
* | The OS plug-in can now get data from a python script that implements the ↵ | Greg Clayton | 2012-08-24 | 1 | -36/+66 |
| | | | | | | protocol. llvm-svn: 162540 | ||||
* | We have a partially working OS plug-in through python! | Greg Clayton | 2012-08-24 | 1 | -4/+4 |
| | | | | llvm-svn: 162532 | ||||
* | Added Args::StringForEncoding(), Args::StringToGenericRegister() and ↵ | Greg Clayton | 2012-08-24 | 1 | -69/+20 |
| | | | | | | | | 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 | ||||
* | Fixing a bunch of issues with the OS plugin code | Enrico Granata | 2012-08-24 | 1 | -1/+1 |
| | | | | llvm-svn: 162527 | ||||
* | Hooking up two more calls for the PythonOSPlugin stuff. The part of code to ↵ | Enrico Granata | 2012-08-24 | 1 | -4/+24 |
| | | | | | | fetch the data and convert it to C++ objects is still missing, but will come llvm-svn: 162522 | ||||
* | Was forcing everyone on ToT to use the PythonOSPlugin.. my bad | Enrico Granata | 2012-08-24 | 1 | -1/+1 |
| | | | | llvm-svn: 162519 | ||||
* | Adding bindings to the Script Interpreter for some basic Python OS plugin ↵ | Enrico Granata | 2012-08-24 | 1 | -11/+30 |
| | | | | | | functionality (still WIP) llvm-svn: 162513 | ||||
* | Added a hollowed out version of an OperatingSystem plugin that will use a ↵ | Greg Clayton | 2012-08-23 | 1 | -0/+234 |
class in python to get thread information for threads stored in memory. llvm-svn: 162472 |