[Lldb-commits] [PATCH] D121912: [lldb] Fix ^C handling in IOHandlerProcessSTDIO

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 17 08:16:12 PDT 2022


DavidSpickett added a comment.

I also found this in the process of looking at https://github.com/llvm/llvm-project/issues/53673 (different issue same area).

Bisected it to the same change you got, and this fixes things for me too.

Do you know if the pexpect test will cleanup the debugee process if some part of the test fails? Or will we have that hanging around in its infinite loop?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121912



More information about the lldb-commits mailing list