| 725 | |
| 726 | |
| 727 | void BNDebuggerSetCommandLineArguments(BNDebuggerController* controller, const char* args) |
| 728 | { |
| 729 | controller->object->GetState()->SetCommandLineArguments(args); |
| 730 | } |
| 731 | |
| 732 | |
| 733 | // TODO: the structures to hold information about the breakpoints are different in the API and the core, so we need to |
no test coverage detected