[Lldb-commits] [PATCH] D32421: Fix segfault resulting from empty print prompt

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 25 05:20:03 PDT 2017


krytarowski added a comment.

I cannot reproduce it locally.

  $ lldb 
  (lldb) print
  Enter expressions, then terminate with an empty line to evaluate:
  (lldb) 
  Enter expressions, then terminate with an empty line to evaluate:
  (lldb)

Steps:

1. start lldb
2. "print"<enter>
3. <enter>
4. <enter>

`NetBSD 7.99.70 amd64` with our basesystem editline(3).


https://reviews.llvm.org/D32421





More information about the lldb-commits mailing list