Does lldb support tab completion of variable or class/method names? If so, how is it enabled? Command completion works just fine with lldb 3.9 on Ubuntu 16.10 and with Apple’s version on MacOS Sierra. But if I define "std::vector<std::string> v;" in a C++ source file, break lldb after this definition, and type “print v.” followed by hitting the tab key, nothing happens. In gdb, this lists member functions such as “front”, “back”, etc. _______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
[lldb-dev] Tab completion for variable names, etc.
Andreas Yankopolus via lldb-dev Mon, 23 Jan 2017 16:09:56 -0800
- [lldb-dev] Tab completion for variable nam... Andreas Yankopolus via lldb-dev
- Re: [lldb-dev] Tab completion for var... Jim Ingham via lldb-dev