| 957 | |
| 958 | |
| 959 | DEBUGGER_FFI_API DebugStopReason BNDebuggerGetStopReason(BNDebuggerController* controller) |
| 960 | { |
| 961 | return controller->object->StopReason(); |
| 962 | } |
| 963 | |
| 964 | |
| 965 | DEBUGGER_FFI_API BNMetadata* BNDebuggerGetAdapterProperty(BNDebuggerController* controller, const char* name) |
nothing calls this directly
no test coverage detected