Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
e128068430b66e56602f4bc9cd75b3e8db965cc7
/
source
/
Plugins
/
OperatingSystem
/
Python
/
OperatingSystemPython.cpp
94a5d0d
Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP.
by Jim Ingham
· 13 years ago
915da35
Fixes by Daniel Malea.
by Filipe Cabecinhas
· 13 years ago
e1cedff
Remove printf that go left in the code.
by Greg Clayton
· 13 years ago
b8f126a
The OS plug-in can now get data from a python script that implements the protocol.
by Greg Clayton
· 13 years ago
a63665a
We have a partially working OS plug-in through python!
by Greg Clayton
· 13 years ago
88b980b
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centralized the parsing of the string to encoding and string to generic register.
by Greg Clayton
· 13 years ago
cec963a
Fixing a bunch of issues with the OS plugin code
by Enrico Granata
· 13 years ago
3e85b63
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
by Enrico Granata
· 13 years ago
658c5c2
Was forcing everyone on ToT to use the PythonOSPlugin.. my bad
by Enrico Granata
· 13 years ago
155ee91
Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP)
by Enrico Granata
· 13 years ago
d815ded
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.
by Greg Clayton
· 13 years ago