| 689 | |
| 690 | |
| 691 | void BNDebuggerSetRemotePort(BNDebuggerController* controller, uint32_t port) |
| 692 | { |
| 693 | controller->object->GetState()->SetRemotePort(port); |
| 694 | } |
| 695 | |
| 696 | |
| 697 | void BNDebuggerSetPIDAttach(BNDebuggerController* controller, int32_t pid) |
no test coverage detected