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 translator/13429] sdt-v3 x86-64, Can't parse SDT_V3 operand '%fs:40(%rbx)


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

Stan Cox <scox at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scox at redhat dot com

--- Comment #4 from Stan Cox <scox at redhat dot com> 2011-12-13 20:31:37 UTC ---
In an internal context, %fs:0 contains the linear base address of the tls
segment.  In an external context, the base address is available via ptrace:

    i386: PTRACE_GET_THREAD_AREA
  x86_64: PTRACE_ARCH_PRCTL

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]