| 677 | |
| 678 | |
| 679 | char* BNDebuggerGetCommandLineArguments(BNDebuggerController* controller) |
| 680 | { |
| 681 | return BNDebuggerAllocString(controller->object->GetState()->GetCommandLineArguments().c_str()); |
| 682 | } |
| 683 | |
| 684 | |
| 685 | void BNDebuggerSetRemoteHost(BNDebuggerController* controller, const char* host) |
no test coverage detected