[Lldb-commits] [PATCH] D37926: Fix the SIGINT handlers

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 15 13:34:56 PDT 2017


zturner added a comment.

It turns out the function this called, `DispatchInputInterrupt`, already acquires a mutex.  Maybe put the synchronization in there?  Then you don't have to reproduce the synchronization in both MI and LLDB


https://reviews.llvm.org/D37926





More information about the lldb-commits mailing list