On Fri, 2020-03-13 at 20:09 +0100, Hans Wennborg via Release-testers
wrote:
> Hello everyone,
>
> Release Candidate 4 was tagged earlier today as llvmorg-10.0.0-rc4 on
> the release branch at b406eab8880. It contains 12 commits since the
> previous release candidate.
>
> If no new problems arise,
> On Mar 17, 2020, at 2:39 AM, Rui Hong via lldb-dev
> wrote:
>
> Hi LLDB devs,
>
> First I want to thank you all for the very helpful advice on my former
> question! It's a really nice community.
>
> I have a small problem now about LLDB tab completion and I haven't found any
> solutions
It sounds like you aren’t getting completion anywhere, both in the python
interpreter and in the regular lldb command line interpreter, is that right?
If so, then it’s most likely you didn’t get link with libedit, which is what
provides the tab completion, command line editing and the like. Yo