[lldb-dev] [Bug 14425] New: Tab-completion is broken for strings that begin with '--' on Linux
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Nov 23 11:41:16 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14425
Bug #: 14425
Summary: Tab-completion is broken for strings that begin with
'--' on Linux
Product: lldb
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
AssignedTo: lldb-dev at cs.uiuc.edu
ReportedBy: daniel.malea at intel.com
Classification: Unclassified
On Linux, only strings that do not begin with -- are completed correctly:
'de' completes to 'detach'
but
'process attach --con' does not complete to 'process attach --continue'.
For more details, see TestCompletion.py. Run the following to reproduce:
python dotest.py -i -v functionalities/completion
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the lldb-dev
mailing list