| 172 | |
| 173 | |
| 174 | BNDebuggerController* BNDebuggerNewControllerReference(BNDebuggerController* controller) |
| 175 | { |
| 176 | return DBG_API_OBJECT_NEW_REF(controller); |
| 177 | } |
| 178 | |
| 179 | |
| 180 | void BNDebuggerFreeController(BNDebuggerController* view) |
nothing calls this directly
no test coverage detected