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 symtab/10556] New: default_make_symbol_completion_list special chars


default_make_symbol_completion_list does not know anything about some characters
that are used to describe symbols in various languages, like "::" and "~" in C++
and "." in java.

As a result, users cannot complete, for example, template names, dtor names, and
many qualified names (in C++ and java, e.g.).

-- 
           Summary: default_make_symbol_completion_list special chars
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: keiths at redhat dot com
                CC: gdb-prs at sourceware dot org
 GCC build triplet: all
  GCC host triplet: all
GCC target triplet: all


http://sourceware.org/bugzilla/show_bug.cgi?id=10556

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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