[Lldb-commits] [PATCH] D131075: [lldb] [gdb-remote] Send interrupt packets from async thread

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 4 05:41:59 PDT 2022


labath added a comment.

Ok, I was able to concoct D131159 <https://reviews.llvm.org/D131159> and D131160 <https://reviews.llvm.org/D131160> this morning. They need some more cleanup, but I tried them on windows, and it worked. The general idea is to add a platform-neutral way to wait on "events" and FDs (unfortunately, this is still limited to sockets on windows) at the same time. This could then be used instead of the pipe+select interruption implementation in the Connection class.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131075/new/

https://reviews.llvm.org/D131075



More information about the lldb-commits mailing list