1. 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
  2. 915da35 Fixes by Daniel Malea. by Filipe Cabecinhas · 13 years ago
  3. e1cedff Remove printf that go left in the code. by Greg Clayton · 13 years ago
  4. b8f126a The OS plug-in can now get data from a python script that implements the protocol. by Greg Clayton · 13 years ago
  5. a63665a We have a partially working OS plug-in through python! by Greg Clayton · 13 years ago
  6. 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
  7. cec963a Fixing a bunch of issues with the OS plugin code by Enrico Granata · 13 years ago
  8. 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
  9. 658c5c2 Was forcing everyone on ToT to use the PythonOSPlugin.. my bad by Enrico Granata · 13 years ago
  10. 155ee91 Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP) by Enrico Granata · 13 years ago
  11. 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