diff options
author | Pavel Labath <pavel@labath.sk> | 2022-03-17 11:47:00 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2022-03-17 11:52:19 -0700 |
commit | f93d861349f923f6b7ca1a425d3632eec1ff2a72 (patch) | |
tree | 8f718258b033c2e08d17f20bf0bb6e429e8d2ea2 /llvm/unittests/Support/VirtualFileSystemTest.cpp | |
parent | bbf0d1932a3c1be970ed8a580e51edf571b80fd5 (diff) | |
download | llvm-f93d861349f923f6b7ca1a425d3632eec1ff2a72.zip llvm-f93d861349f923f6b7ca1a425d3632eec1ff2a72.tar.gz llvm-f93d861349f923f6b7ca1a425d3632eec1ff2a72.tar.bz2 |
[lldb] Fix ^C handling in IOHandlerProcessSTDIO
D120762 accidentally moved the interrupt check into the block which was
reading stdio. This meant that a ^C only took effect after a regular
character has been pressed.
This patch fixes that and adds a (pexpect) test.
Differential revision: https://reviews.llvm.org/D121912
Diffstat (limited to 'llvm/unittests/Support/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions