Convenience function, either launch the target process or connect to a remote, depending on the selected adapter
| 473 | |
| 474 | // Convenience function, either launch the target process or connect to a remote, depending on the selected adapter |
| 475 | void BNDebuggerLaunchOrConnect(BNDebuggerController* controller) |
| 476 | { |
| 477 | controller->object->LaunchOrConnect(); |
| 478 | } |
| 479 | |
| 480 | |
| 481 | bool BNDebuggerAttach(BNDebuggerController* controller) |
no test coverage detected