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 tapsets/18649] int_arg() misbehaves on x86[_64] for 32-bit uprobe in binary having debuginfo


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

--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
Other arches seem to work fine in this sense except that s390 has following
limitation in tapset/s390/registers.stp:

=======
        if (%{ CONTEXT->user_mode_p %}) {                                       
                error("Cannot access function args in user context");           
                return 0;                                                       
        } 
======= 

Not sure why this limitation is there. After commenting it out, int_arg() seems
to return correct values.

-- 
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]