25 @param debugClient reference to the debug client object |
25 @param debugClient reference to the debug client object |
26 @type DebugClient |
26 @type DebugClient |
27 """ # __IGNORE_WARNING_D234__ |
27 """ # __IGNORE_WARNING_D234__ |
28 global _debugClient |
28 global _debugClient |
29 |
29 |
30 # TODO: implement a process tracer |
|
31 # i.e. report which processes are started |
|
32 class PopenWrapper(module.Popen): |
30 class PopenWrapper(module.Popen): |
33 """ |
31 """ |
34 Wrapper class for subprocess.Popen. |
32 Wrapper class for subprocess.Popen. |
35 """ |
33 """ |
36 def __init__(self, arguments, *args, **kwargs): |
34 def __init__(self, arguments, *args, **kwargs): |