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: [email protected]
        ReportedBy: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to