I installed a fresh copy of lldb on my machine. Anything typed after lldb makes its first output (in this case being error: empty command) turns into unicode literals. These unicode literals are recognised by lldb as empty commands.
This does not happen with gdb or python:

Asked
Active
Viewed 565 times
5
Henricus V.
- 173
- 7
-
Having same problem, not sure why.. :( – ioquatix Jul 16 '16 at 05:49
-
Are you guys on ArchLinux? I, among others, have this bug in the most recent update to `lldb 3.8.0` see [the report](https://bugs.archlinux.org/task/49974?project=0) – Jul 23 '16 at 13:05
-
After following comments from [Arch bug report](https://bugs.archlinux.org/task/49974?project=0), I reported this in [lldb bug tracking](https://llvm.org/bugs/show_bug.cgi?id=28898) (Sorry, not enough rep for a comment) – phcerdan Aug 08 '16 at 04:29
