[Bug gdb/34330] GDB does not resolve GNU ifunc in inferior
"muhammad.kamran at arm dot com via Gdb-prs" <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34330 --- Comment #5 from Muhammad Kamran <muhammad.kamran at arm dot com> --- Fixed on GDB master. The fix was committed as a two-patch series: 1) gdb: Preserve IFUNC marker when finding inferior functions 2) gdb: Keep original IFUNC return type when target type is unknown The first patch preserves the GNU IFUNC marker when find_function_in_inferior falls back to a minimal symbol. The second keeps the original function return type when IFUNC resolution cannot find a target return type. The series also adds coverage to gdb.base/gnu-ifunc.exp for the internal inferior-call path using an IFUNC malloc. Marking this resolved/fixed. -- You are receiving this mail because: You are on the CC list for the bug.