| 635 | |
| 636 | |
| 637 | char* BNDebuggerGetRemoteHost(BNDebuggerController* controller) |
| 638 | { |
| 639 | return BNDebuggerAllocString(controller->object->GetState()->GetRemoteHost().c_str()); |
| 640 | } |
| 641 | |
| 642 | |
| 643 | uint32_t BNDebuggerGetRemotePort(BNDebuggerController* controller) |
no test coverage detected