[lldb-dev] Tab completion for variable names, etc.
Andreas Yankopolus via lldb-dev
lldb-dev at lists.llvm.org
Mon Jan 23 16:09:28 PST 2017
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.
More information about the lldb-dev
mailing list