[Bug general/32263] New: RFE: API to create/track executable memory layout for processes from perf PERF_RECORD_MMAP* events

2024-10-10 Thread wcohen at redhat dot com
Status: NEW Severity: normal Priority: P2 Component: general Assignee: unassigned at sourceware dot org Reporter: wcohen at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- The current eu-stacktrace code in

[Bug backends/27925] New: riscv backend only provides return value locations for code compiled for LP64D ABI

2021-05-27 Thread wcohen at redhat dot com via Elfutils-devel
Severity: normal Priority: P2 Component: backends Assignee: unassigned at sourceware dot org Reporter: wcohen at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- When diagnosing why a port of systemtap to riscv

[Bug backends/27925] riscv backend only provides return value locations for code compiled for LP64D ABI

2021-09-18 Thread wcohen at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27925 --- Comment #1 from William Cohen --- Created attachment 13669 --> https://sourceware.org/bugzilla/attachment.cgi?id=13669&action=edit Possibe patch to provide return value information for lp64 abi This patch applies to elfutils 0.183 in fe

[Bug backends/27925] riscv backend only provides return value locations for code compiled for LP64D ABI

2021-09-19 Thread wcohen at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27925 --- Comment #4 from William Cohen --- The patch was a first attempt to get something that addresses the issue. Thanks for pointing out where it needs improvements. Don't have a good way to test the issue in user-space so far as the 64-bit ri

[Bug backends/27925] riscv backend only provides return value locations for code compiled for LP64D ABI

2021-09-22 Thread wcohen at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27925 --- Comment #7 from William Cohen --- Created attachment 13676 --> https://sourceware.org/bugzilla/attachment.cgi?id=13676&action=edit Reworked risv retval patch I reworked that patch to add lp64f support and added lp64f support. I assumed

[Bug backends/27925] riscv backend only provides return value locations for code compiled for LP64D ABI

2021-09-29 Thread wcohen at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27925 --- Comment #12 from William Cohen --- The patch for the retval handling has been submitted. As mentioned in comment #9 testing is not trivial. Normal user-space executables are compiled with floating-point enabled and those executables work