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

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

1 Answers1

1

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

Henricus V.
  • 173
  • 7