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
> 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
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 so far. I used to have nice tab completion before. But I cannot get
this feature