Summary: | ../../gdb/gdbtypes.c:5438: internal-error: Unexpected type field location kind: 4 | ||
---|---|---|---|
Product: | gdb | Reporter: | Alexandra Hájková <ahajkova> |
Component: | gdb | Assignee: | Alexandra Hájková <ahajkova> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | HEAD | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Attachments: | patch |
Description
Alexandra Hájková
2021-06-30 09:30:15 UTC
Created attachment 13527 [details]
patch
I tested this patch does not add any new regressions. The master branch has been updated by Alexandra Hajkova <ahajkova@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5a20fadc84144c2649f7f7c029f1604f003a3834 commit 5a20fadc84144c2649f7f7c029f1604f003a3834 Author: Alexandra Hájková <ahajkova@redhat.com> Date: Fri Jul 2 15:46:08 2021 +0200 gdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCK The case for FIELD_LOC_KIND_DWARF_BLOCK was missing for switch TYPE_FIELD_LOC_KIND. Thas caused an internal-error under some circumstances. Fixes bug 28030. commit 5a20fadc84144c2649f7f7c029f1604f003a3834 Author: Alexandra Hájková <ahajkova@redhat.com> Date: Fri Jul 2 15:46:08 2021 +0200 gdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCK The case for FIELD_LOC_KIND_DWARF_BLOCK was missing for switch TYPE_FIELD_LOC_KIND. Thas caused an internal-error under some circumstances. Fixes bug 28030. |