Re: gdb does not stop at printf for ppc
Tom Tromey <tom-3oKKFw2tKw/[email protected]> Fri, 03 Oct 2025 13:43:55 -0600
| Newsgroups | gmane.comp.lib.glibc.user,gmane.comp.gdb.devel,gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
>>>>> Adhemerval Zanella Netto via Gdb <gdb-9JcytcrH/[email protected]> writes: I didn't really follow this discussion, but: > Do we have the concept of symbol aliases for DWARF? Yes, DWARF can use DW_TAG_imported_declaration. However gdb's support for this is incomplete and you'd have to try it out to see if it's sufficient for this purpose. Tom