Home
last modified time | relevance | path

Searched refs:app_bundle_path (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp548 std::string app_bundle_path(path, app_ext + strlen(".app")); in LaunchInferior() local
550 if (BoardServiceLaunchForDebug(app_bundle_path.c_str(), argv, envp, in LaunchInferior()
565 std::string app_bundle_path(path, app_ext + strlen(".app")); in LaunchInferior() local
567 if (BoardServiceLaunchForDebug(app_bundle_path.c_str(), argv, envp, in LaunchInferior()
594 std::string app_bundle_path(path, app_ext + strlen(".app")); in LaunchInferior() local
595 if (SBLaunchForDebug(app_bundle_path.c_str(), argv, envp, no_stdio, in LaunchInferior()