Called on debug_string event :param OUTPUT_DEBUG_STRING_INFO debug_string:
(self, debug_string)
| 1128 | pass |
| 1129 | |
| 1130 | def on_output_debug_string(self, debug_string): |
| 1131 | """Called on debug_string event |
| 1132 | |
| 1133 | :param OUTPUT_DEBUG_STRING_INFO debug_string:""" |
| 1134 | pass |
| 1135 | |
| 1136 | def on_rip(self, rip_info): |
| 1137 | """Called on rip_info event |
no outgoing calls
no test coverage detected