[Lldb-commits] [PATCH] D29347: Transform ProcessLauncherLinux to ProcessLauncherPosixFork
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 31 17:52:38 PST 2017
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Perfect. Thank you.
================
Comment at: include/lldb/Host/posix/ProcessLauncherPosixFork.h:19
+public:
+ virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
+ Error &error);
----------------
s/virtual/override/. (I know you just copied it, but still.. )
Repository:
rL LLVM
https://reviews.llvm.org/D29347
More information about the lldb-commits
mailing list