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/3423] src/testsuite/systemtap.base/probefunc.exp fails on IA64


------- Additional Comments From bibo dot mao at intel dot com  2006-10-25 06:54 -------
I do not know whether it is possible to use user_mode macro to judge whether it
is in kernel space or userspace, change tapset/context.stp as follows:
-----------------------------------------------
       } else if (CONTEXT->regs &&
                (!user_mode(CONTEXT->regs))) {
-----------------------------------------------


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |thang dot p dot nguyen at
                   |redhat dot com              |intel dot com
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=3423

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


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