This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 nptl/17381] New: Access TLS address space of inferior's threads from gdb


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

            Bug ID: 17381
           Summary: Access TLS address space of inferior's threads from
                    gdb
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: unassigned at sourceware dot org
          Reporter: siddhesh at redhat dot com
                CC: drepper.fsp at gmail dot com

Currently there is no standard way to access the TLS area of an arbitrary
thread from within gdb without intimate knowledge about the layout of the TLS
address space or the module id for dynamic tls, both of which could change.  It
would be good to have a standard, supported interface in glibc that allows the
debugger (and any diagnostic tool for that matter, like valgrind, asan, etc.)
to inspect the TLS area for arbitrary threads in the attached process.

For further information, see [1].

[1] https://sourceware.org/glibc/wiki/Tools%20Interface%20NG

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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