| #
c44306f7 |
| 28-Aug-2012 |
Filipe Cabecinhas <[email protected]> |
Fixes by Daniel Malea.
llvm-svn: 162756
|
| #
bc38679b |
| 24-Aug-2012 |
Greg Clayton <[email protected]> |
Remove printf that go left in the code.
llvm-svn: 162542
|
| #
435ce139 |
| 24-Aug-2012 |
Greg Clayton <[email protected]> |
The OS plug-in can now get data from a python script that implements the protocol.
llvm-svn: 162540
|
| #
a83b6cf2 |
| 24-Aug-2012 |
Greg Clayton <[email protected]> |
We have a partially working OS plug-in through python!
llvm-svn: 162532
|
| #
2443cbd7 |
| 24-Aug-2012 |
Greg Clayton <[email protected]> |
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centralized the parsing of the string to encoding and string to generic register.
Added code the initialize the register context
Added Args::StringForEncoding(), Args::StringToGenericRegister() and 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
show more ...
|
| #
4300fab2 |
| 24-Aug-2012 |
Enrico Granata <[email protected]> |
Fixing a bunch of issues with the OS plugin code
llvm-svn: 162527
|
| #
6167ab28 |
| 24-Aug-2012 |
Enrico Granata <[email protected]> |
Hooking up two more calls for the PythonOSPlugin stuff. The part of code to fetch the data and convert it to C++ objects is still missing, but will come
llvm-svn: 162522
|
| #
051c60ca |
| 24-Aug-2012 |
Enrico Granata <[email protected]> |
Was forcing everyone on ToT to use the PythonOSPlugin.. my bad
llvm-svn: 162519
|
| #
5790759a |
| 24-Aug-2012 |
Enrico Granata <[email protected]> |
Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP)
llvm-svn: 162513
|
| #
b3e77600 |
| 23-Aug-2012 |
Greg Clayton <[email protected]> |
Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory.
llvm-svn: 162472
|