NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/59549: gdb is not ctype(3) safe
The following reply was made to PR toolchain/59549; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: toolchain/59549: gdb is not ctype(3) safe
Date: Sat, 26 Jul 2025 09:12:26 +0200
On Fri, Jul 25, 2025 at 01:50:02PM +0000, RVP via gnats wrote:
> Can you see if there are really any Ada frames in either executable:
>
> readelf -wi <exe|exe.debug> | fgrep DW_AT_language | fgrep -i ada
>
> (for stripped binaries, you'll have to use the .debug files in
> /usr/libdata/debug/usr/...)
I don't think so:
# readelf -wi /usr/libdata/debug/usr/bin/gdb.debug | fgrep DW_AT_language | fgrep -i ada
readelf: Error: Unable to find program interpreter name
<1dadae> DW_AT_language : 4 (C++)
<2ada1e> DW_AT_language : 4 (C++)
# readelf -wi /usr/pkg/bin/Guitar | fgrep DW_AT_language | fgrep -i ada
#
Thomas
Home |
Main Index |
Thread Index |
Old Index