Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Debugging multi-threaded SSE using programs
@ 2001-09-01 14:29 Mark Kettenis
  2001-09-01 14:42 ` Ulrich Drepper
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Kettenis @ 2001-09-01 14:29 UTC (permalink / raw)
  To: libc-alpha; +Cc: gdb

The current version of GDB doesn't correctly support displaying the
SSE registers for debugging multi-threaded programs.  This is due to
the fact that the current version of libthread_db doesn't provide the
means to track these registers.  Browsing through the code it seems
that td_thr_getxregs(), td_thr_getxregsize() and td_thr_setxregs() are
intended to be used for supporting extra register sets.  It seems that
these calls are unused on Solaris x86.  Would it be OK to provide an
implementation of these calls for Linux x86 that manages the SSE
registers?

Mark


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

end of thread, other threads:[~2001-09-02 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-01 14:29 Debugging multi-threaded SSE using programs Mark Kettenis
2001-09-01 14:42 ` Ulrich Drepper
2001-09-02  5:26   ` Mark Kettenis
2001-09-02 10:47     ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox