public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug threads/11795] Support __thread variables without libpthread
       [not found] <bug-11795-4717@http.sourceware.org/bugzilla/>
@ 2012-07-14 20:59 ` jan.kratochvil at redhat dot com
  2012-07-14 21:00 ` jan.kratochvil at redhat dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-07-14 20:59 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dje at google dot com
                 CC|                            |hjl.tools at gmail dot com

--- Comment #3 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-07-14 20:58:21 UTC ---
*** Bug 13582 has been marked as a duplicate of this bug. ***

--- Comment #4 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-07-14 20:58:29 UTC ---
*** Bug 14345 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug threads/11795] Support __thread variables without libpthread
       [not found] <bug-11795-4717@http.sourceware.org/bugzilla/>
  2012-07-14 20:59 ` [Bug threads/11795] Support __thread variables without libpthread jan.kratochvil at redhat dot com
@ 2012-07-14 21:00 ` jan.kratochvil at redhat dot com
  2012-07-15 18:30 ` jan.kratochvil at redhat dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-07-14 21:00 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dje at google dot com
                 CC|                            |hjl.tools at gmail dot com

--- Comment #3 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-07-14 20:58:21 UTC ---
*** Bug 13582 has been marked as a duplicate of this bug. ***

--- Comment #4 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-07-14 20:58:29 UTC ---
*** Bug 14345 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug threads/11795] Support __thread variables without libpthread
       [not found] <bug-11795-4717@http.sourceware.org/bugzilla/>
  2012-07-14 20:59 ` [Bug threads/11795] Support __thread variables without libpthread jan.kratochvil at redhat dot com
  2012-07-14 21:00 ` jan.kratochvil at redhat dot com
@ 2012-07-15 18:30 ` jan.kratochvil at redhat dot com
  2012-07-31 11:04 ` orgads at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-07-15 18:30 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-07-15
                 CC|                            |jan.kratochvil at redhat
                   |                            |dot com
     Ever Confirmed|0                           |1

--- Comment #5 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-07-15 18:30:11 UTC ---
By Roland McGrath f2f, IIUC:
GDB can already iterate TIDs based on readdir(/proc/PID/task/).
Just TID->pthread_t translation and TLS variables access has currently no
equaivalent without libthread_db.
Therefore drop libthread_db, Roland proposes / will accept Python based
equivalent.  Even drop libthread_db from gdbserver, Python can run at GDB (not
at gdbserver) as libthread_db-like-Python-implementation has no arch dependency
like libthread_db.so has, it can run from client GDB with small gdbserver
protocol extension packet for PTRACE_GET_THREAD_AREA and maybe some others.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug threads/11795] Support __thread variables without libpthread
       [not found] <bug-11795-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-07-15 18:30 ` jan.kratochvil at redhat dot com
@ 2012-07-31 11:04 ` orgads at gmail dot com
  2013-07-26 21:39 ` dmalcolm at redhat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: orgads at gmail dot com @ 2012-07-31 11:04 UTC (permalink / raw)
  To: gdb-prs

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

Orgad Shaneh <orgads at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orgads at gmail dot com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug threads/11795] Support __thread variables without libpthread
       [not found] <bug-11795-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-07-31 11:04 ` orgads at gmail dot com
@ 2013-07-26 21:39 ` dmalcolm at redhat dot com
  2014-02-16 16:59 ` jackie.rosen at hushmail dot com
  2014-05-28 19:41 ` schwab at sourceware dot org
  6 siblings, 0 replies; 9+ messages in thread
From: dmalcolm at redhat dot com @ 2013-07-26 21:39 UTC (permalink / raw)
  To: gdb-prs

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

Dave Malcolm <dmalcolm at redhat dot com> changed:

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

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug threads/11795] Support __thread variables without libpthread
       [not found] <bug-11795-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2013-07-26 21:39 ` dmalcolm at redhat dot com
@ 2014-02-16 16:59 ` jackie.rosen at hushmail dot com
  2014-05-28 19:41 ` schwab at sourceware dot org
  6 siblings, 0 replies; 9+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 16:59 UTC (permalink / raw)
  To: gdb-prs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #6 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug threads/11795] Support __thread variables without libpthread
       [not found] <bug-11795-4717@http.sourceware.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2014-02-16 16:59 ` jackie.rosen at hushmail dot com
@ 2014-05-28 19:41 ` schwab at sourceware dot org
  6 siblings, 0 replies; 9+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:41 UTC (permalink / raw)
  To: gdb-prs

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

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug threads/11795] Support __thread variables without libpthread
  2010-07-07 17:36 [Bug threads/11795] New: " jan dot kratochvil at redhat dot com
  2010-07-07 17:37 ` [Bug threads/11795] " jan dot kratochvil at redhat dot com
@ 2010-07-07 17:38 ` jan dot kratochvil at redhat dot com
  1 sibling, 0 replies; 9+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2010-07-07 17:38 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From jan dot kratochvil at redhat dot com  2010-07-07 17:38 -------
Created an attachment (id=4874)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4874&action=view)
GDB draft patch.


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug threads/11795] Support __thread variables without libpthread
  2010-07-07 17:36 [Bug threads/11795] New: " jan dot kratochvil at redhat dot com
@ 2010-07-07 17:37 ` jan dot kratochvil at redhat dot com
  2010-07-07 17:38 ` jan dot kratochvil at redhat dot com
  1 sibling, 0 replies; 9+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2010-07-07 17:37 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From jan dot kratochvil at redhat dot com  2010-07-07 17:37 -------
Created an attachment (id=4873)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4873&action=view)
glibc draft patch by Roland McGrath.


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-05-28 19:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11795-4717@http.sourceware.org/bugzilla/>
2012-07-14 20:59 ` [Bug threads/11795] Support __thread variables without libpthread jan.kratochvil at redhat dot com
2012-07-14 21:00 ` jan.kratochvil at redhat dot com
2012-07-15 18:30 ` jan.kratochvil at redhat dot com
2012-07-31 11:04 ` orgads at gmail dot com
2013-07-26 21:39 ` dmalcolm at redhat dot com
2014-02-16 16:59 ` jackie.rosen at hushmail dot com
2014-05-28 19:41 ` schwab at sourceware dot org
2010-07-07 17:36 [Bug threads/11795] New: " jan dot kratochvil at redhat dot com
2010-07-07 17:37 ` [Bug threads/11795] " jan dot kratochvil at redhat dot com
2010-07-07 17:38 ` jan dot kratochvil at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).