[Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 4 15:53:13 PDT 2015


clayborg added a comment.

I believe that python is also weird in that if you want to catch a CTRL+C it has to be executing python code (not in a python code the entered C/C++ code) otherwise the CTRL+C might not get to the python itself. This might be only a problem in the embedded python interpreter though so I could be wrong on this.


http://reviews.llvm.org/D12651





More information about the lldb-commits mailing list