[Lldb-commits] [PATCH] D24850: add hook for calling platform-dependent pre-kill action on a timed out test

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 23 07:52:52 PDT 2016


tfiala added inline comments.

================
Comment at: packages/Python/lldbsuite/test/test_runner/process_control.py:514
@@ +513,3 @@
+        # to it later.
+        self.command = command
+
----------------
labath wrote:
> Is this actually used anywhere?
No - I originally was parsing some options out of it in the handler, but I no longer am doing that.  I will take this out of the final.  It's easy enough to add in later if we ever need it.


https://reviews.llvm.org/D24850





More information about the lldb-commits mailing list