5

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. lldb This does not happen with gdb or python: gdb

1 Answers1

1

It seems like that this is a bug and is fixed in lldb 3.9.0.enter image description here