Called on create_process event :param CREATE_PROCESS_DEBUG_INFO create_process:
(self, create_process)
| 1092 | raise NotImplementedError("Debugger that explicitly single step should implement <on_single_step>") |
| 1093 | |
| 1094 | def on_create_process(self, create_process): |
| 1095 | """Called on create_process event |
| 1096 | |
| 1097 | :param CREATE_PROCESS_DEBUG_INFO create_process:""" |
| 1098 | pass |
| 1099 | |
| 1100 | def on_exit_process(self, exit_process): |
| 1101 | """Called on exit_process event |
no outgoing calls
no test coverage detected