| 695 | |
| 696 | |
| 697 | void BNDebuggerSetPIDAttach(BNDebuggerController* controller, int32_t pid) |
| 698 | { |
| 699 | controller->object->GetState()->SetPIDAttach(pid); |
| 700 | } |
| 701 | |
| 702 | |
| 703 | void BNDebuggerSetInputFile(BNDebuggerController* controller, const char* path) |
no test coverage detected