[Lldb-commits] [PATCH] D27258: Use Timeout<> in Process::RunThreadPlan

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 30 11:21:57 PST 2016


jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.

That looks correct to me as well.  Thanks for taking the time to clean this up.



================
Comment at: source/Target/Process.cpp:4926-4928
+    diagnostic_manager.PutString(eDiagnosticSeverityError,
+                                 "RunThreadPlan called without one thread "
+                                 "timeout greater than total timeout");
----------------
without -> with

The error was in the original.


https://reviews.llvm.org/D27258





More information about the lldb-commits mailing list