alpha
Login
or
Join now
theoparis.com
/
binutils-apple
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
WIP MachO binutils port assisted by AI I may consider upstreaming this in the future.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
binutils-apple
/
gprof
/
testsuite
/
at
master
6 files
Frank Ch. Eigler
gprof support for split debuginfo
5mo ago
634e1cb3
Makefile.am
gprof support for split debuginfo Use debug BFD for symbol and line information when a separated debuginfo file is found, enabling gprof to work correctly with binaries stripped with "strip -g". Baby steps toward possible future debuginfod/dwz support. gprof/ChangeLog: 2026-04-29 Frank Ch. Eigler <fche@redhat.com> * corefile.c: Add support for separated debuginfo files. (core_debug_bfd): New static variable to store separated debug BFD. (open_separated_debug_file): New function to locate and open external debug files via .gnu_debuglink, .gnu_debugaltlink, or build-id. (core_init): Call open_separated_debug_file() after opening the main binary to locate external debug info. * testsuite/Makefile.am, testsuite/tst-gmon-gprof-l2.sh: Run -l test again, but against stripped version of test binary. * testsuite/Makefile.in: Regenerated. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
5 months ago
Makefile.in
gprof support for split debuginfo Use debug BFD for symbol and line information when a separated debuginfo file is found, enabling gprof to work correctly with binaries stripped with "strip -g". Baby steps toward possible future debuginfod/dwz support. gprof/ChangeLog: 2026-04-29 Frank Ch. Eigler <fche@redhat.com> * corefile.c: Add support for separated debuginfo files. (core_debug_bfd): New static variable to store separated debug BFD. (open_separated_debug_file): New function to locate and open external debug files via .gnu_debuglink, .gnu_debugaltlink, or build-id. (core_init): Call open_separated_debug_file() after opening the main binary to locate external debug info. * testsuite/Makefile.am, testsuite/tst-gmon-gprof-l2.sh: Run -l test again, but against stripped version of test binary. * testsuite/Makefile.in: Regenerated. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
5 months ago
tst-gmon-gprof-l.sh
Update year range in copyright notice of binutils files Avoid warnings about invalid escapes in etc/update-copyright.py by using raw strings, add BinutilsFilter to skip psql.rc and add "Kalray SA." as another copyright holder.
6 months ago
tst-gmon-gprof-l2.sh
gprof support for split debuginfo Use debug BFD for symbol and line information when a separated debuginfo file is found, enabling gprof to work correctly with binaries stripped with "strip -g". Baby steps toward possible future debuginfod/dwz support. gprof/ChangeLog: 2026-04-29 Frank Ch. Eigler <fche@redhat.com> * corefile.c: Add support for separated debuginfo files. (core_debug_bfd): New static variable to store separated debug BFD. (open_separated_debug_file): New function to locate and open external debug files via .gnu_debuglink, .gnu_debugaltlink, or build-id. (core_init): Call open_separated_debug_file() after opening the main binary to locate external debug info. * testsuite/Makefile.am, testsuite/tst-gmon-gprof-l2.sh: Run -l test again, but against stripped version of test binary. * testsuite/Makefile.in: Regenerated. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
5 months ago
tst-gmon-gprof.sh
Update year range in copyright notice of binutils files Avoid warnings about invalid escapes in etc/update-copyright.py by using raw strings, add BinutilsFilter to skip psql.rc and add "Kalray SA." as another copyright holder.
6 months ago
tst-gmon.c
gprof: fix testsuite with older glibc It is quite sad that 2.46 has again shipped with this breakage. Short of those responsible taking care, use the workaround that was suggested in https://sourceware.org/pipermail/binutils/2025-April/140316.html.
5 months ago