Convenience function, either launch the target process or connect to a remote, depending on the selected adapter
| 358 | |
| 359 | // Convenience function, either launch the target process or connect to a remote, depending on the selected adapter |
| 360 | void DebuggerController::LaunchOrConnect() |
| 361 | { |
| 362 | BNDebuggerLaunchOrConnect(m_object); |
| 363 | } |
| 364 | |
| 365 | |
| 366 | bool DebuggerController::Attach() |
nothing calls this directly
no test coverage detected