| 103 | bool CreateDebuggerBinaryView(); |
| 104 | |
| 105 | void SetLiveView(BinaryViewRef view) { m_liveView = view; } |
| 106 | |
| 107 | DebugStopReason StepIntoIL(BNFunctionGraphType il); |
| 108 | DebugStopReason StepOverIL(BNFunctionGraphType il); |
nothing calls this directly
no outgoing calls
no test coverage detected