summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/API/SBTarget.cpp')
-rw-r--r--lldb/source/API/SBTarget.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/lldb/source/API/SBTarget.cpp b/lldb/source/API/SBTarget.cpp
index 087b7dfafb1..860dae7aa92 100644
--- a/lldb/source/API/SBTarget.cpp
+++ b/lldb/source/API/SBTarget.cpp
@@ -119,19 +119,19 @@ SBTarget::CreateProcess ()
}
-SBProcess
-SBTarget::LaunchProcess
-(
- char const **argv,
- char const **envp,
- const char *tty,
- uint32_t launch_flags,
- bool stop_at_entry
-)
-{
- SBError sb_error;
- return LaunchProcess (argv, envp, tty, launch_flags, stop_at_entry, sb_error);
-}
+// SBProcess
+// SBTarget::LaunchProcess
+// (
+// char const **argv,
+// char const **envp,
+// const char *tty,
+// uint32_t launch_flags,
+// bool stop_at_entry
+// )
+// {
+// SBError sb_error;
+// return LaunchProcess (argv, envp, tty, launch_flags, stop_at_entry, sb_error);
+// }
SBProcess
OpenPOWER on IntegriCloud