Re: [lldb-dev] LLDB problem with TAB

2020-03-18 Thread Jim Ingham via lldb-dev
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

Re: [lldb-dev] LLDB problem with TAB

2020-03-18 Thread Greg Clayton via lldb-dev
> 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

[lldb-dev] LLDB problem with TAB

2020-03-17 Thread Rui Hong via lldb-dev
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