TODO: Maybe this should return bool?
| 418 | |
| 419 | // TODO: Maybe this should return bool? |
| 420 | void BNDebuggerRestart(BNDebuggerController* controller) |
| 421 | { |
| 422 | controller->object->Restart(); |
| 423 | } |
| 424 | |
| 425 | |
| 426 | void BNDebuggerQuit(BNDebuggerController* controller) |