This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/22621] New: Missing completion of std::__c


https://sourceware.org/bugzilla/show_bug.cgi?id=22621

            Bug ID: 22621
           Summary: Missing completion of std::__c
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: simon.marchi at ericsson dot com
  Target Milestone: ---

While stopped in a C++ program, I can complete std::__, there are many results,
including some starting with std::__c

  (gdb) complete b std::__
  ...
  b std::__cxx11::basic_string...
  ...

When I try to complete std::__c, I would expect to have at least the result
shown above.  However, I get an empty list when I do

  (gdb) complete b std::__c

Same when using the tab key.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]