[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
Thu Sep 22 16:25:26 PDT 2016


tfiala added a comment.

Greg also had the idea of having a fallback mechanism that uses a newly-spun-up lldb to attach to the to-be-killed process, and retrieves the threads and backdtraces, to dump out a compact description.  That's nice in that it should work on any host that has a working lldb with python support.


https://reviews.llvm.org/D24850





More information about the lldb-commits mailing list