[Bug ada/24713] New: [ada] Support index

vries at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Fri Jun 21 07:59:00 GMT 2019


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

            Bug ID: 24713
           Summary: [ada] Support index
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ada
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

In gdb/dwarf-index-write.c we have:
...
$ grep -i ada <(cat -n gdb/dwarf-index-write.c)
   543        if (psym->ginfo.language == language_ada)
   544          error (_("Ada is not currently supported by the index"));
  1184          if (psym->ginfo.language == language_ada)
  1185            error (_("Ada is not currently supported by the index"));
...

The 'currently' in the error message suggests that there's something we could
do to support this.

[ The error message is triggered f.i. in gdb.ada/catch_ex_std.exp with
cc-with-gdb-index board. ]

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


More information about the Gdb-prs mailing list