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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 30 07:39:50 PST 2016


labath created this revision.
labath added a reviewer: jingham.
labath added a subscriber: lldb-commits.

Since the function is way too big already, I tried at least to factor out the
timeout computation stuff into a separate function. I've tried to make the new
code semantically equivalent, and it also makes sense when I look at it as a done
deal, but I could use another pair of eyes for this.


https://reviews.llvm.org/D27258

Files:
  source/Target/Process.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27258.79737.patch
Type: text/x-patch
Size: 10394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161130/7b219b7c/attachment-0001.bin>


More information about the lldb-commits mailing list