llvm-capstone/lldb
Pavel Labath 14bd14f9f9 [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
2022-03-18 08:58:30 +01:00
..
bindings [lldb] Expose diagnostic events through the SB API 2022-03-16 15:03:31 -07:00
cmake [lldb] Add support for a "global" lldbinit file 2022-02-18 12:30:22 +01:00
docs [lldb] Add more documentation on test variants 2022-03-18 08:58:29 +01:00
examples [lldb/crashlog] Create artificial frames for non-crashed scripted threads 2022-03-16 15:50:10 -07:00
include/lldb Minor refactor and renaming: 2022-03-16 15:35:36 -07:00
lldb Revert "[lldb] Fix ^C handling in IOHandlerProcessSTDIO" 2022-03-18 08:58:30 +01:00
packages/Python/lldbsuite Revert "[lldb/test] Make category-skipping logic "platform"-independent" 2022-03-15 16:23:43 +01:00
resources
scripts
source [lldb] Fix ^C handling in IOHandlerProcessSTDIO 2022-03-18 08:58:30 +01:00
test [lldb] Fix ^C handling in IOHandlerProcessSTDIO 2022-03-18 08:58:30 +01:00
third_party/Python/module [lldb][NFC] Inclusive language: replace master/slave names for ptys 2021-11-12 10:54:18 -06:00
tools [lldb/driver] Fix SIGTSTP handling 2022-03-09 14:31:17 +01:00
unittests Minor refactor and renaming: 2022-03-16 15:35:36 -07:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [cmake] Make include(GNUInstallDirs) always below project(..) 2022-01-20 18:59:17 +00:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py