[lldb-dev] lldb on linux translates keypresses into unicode escapes
Nat! via lldb-dev
lldb-dev at lists.llvm.org
Fri Jul 7 03:25:25 PDT 2017
Hi
I compiled lldb (relase_40) on linux (ubuntu zesty). It runs, but it has
this strange behaviour that keypresses are echoed as unicode escapes,
but aren't really processed:
Typing "help" here:
```
./bin/lldb
(lldb) \U+4168\U+4165\U+416C\U+4170
error: empty command
(lldb)
```
As anyone seen this before and has an idea how to fix this ?
Ciao
Nat!
More information about the lldb-dev
mailing list