This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/18154] let's be more forgiving on ppc64le


https://sourceware.org/bugzilla/show_bug.cgi?id=18154

--- Comment #3 from Mark Wielaard <mjw at redhat dot com> ---
(In reply to David Smith from comment #1)
> This looks like an instance of bug #16596 (Support DW_OP_GNU_entry_value in
> location expressions). We probably need to get Mark to look at this and see
> what he can find.

I am not sure prologue searching is such a good idea. I haven't analyzed many
cases yet. But at least for asmlink functions it seems -P causes us to put a
probe "too late". When we don't probe at the function start there is a
probability of the code already having clobbered the registers that hold the
function arguments. In which case we are too late and all DWARF gives us is a
location description using DW_OP_GNU_entry_value. Basically telling us that the
value is only available earlier.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]