aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/MonitoringProcessLauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/MonitoringProcessLauncher.h')
-rw-r--r--include/lldb/Host/MonitoringProcessLauncher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Host/MonitoringProcessLauncher.h b/include/lldb/Host/MonitoringProcessLauncher.h
index 9ad36e90a7790..341284800a4e5 100644
--- a/include/lldb/Host/MonitoringProcessLauncher.h
+++ b/include/lldb/Host/MonitoringProcessLauncher.h
@@ -24,6 +24,9 @@ public:
explicit MonitoringProcessLauncher(
std::unique_ptr<ProcessLauncher> delegate_launcher);
+ /// Launch the process specified in launch_info. The monitoring callback in
+ /// launch_info must be set, and it will be called when the process
+ /// terminates.
HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
Status &error) override;