Skip to content
Commit 10c0ef7b authored by Greg Clayton's avatar Greg Clayton
Browse files

Pressing ^D in a non-empty input terminates LLDB. This was due to the fact...

Pressing ^D in a non-empty input terminates LLDB. This was due to the fact that we stack more than one editline instance on top of each other and we still expect CTRL+D to exit the editline instance, but it should only do so when the line is empty. Otherwise it should (and does) delete the character at the cursor.

<rdar://problem/15944703>

llvm-svn: 200489
parent 196666cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment