This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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]

Re: gdb


On Thu, Jul 25, 2002 at 08:32:43PM -0600, Richard A. Painter wrote:
> i was reviewing the documentation for gdb and found no references to pthreads
> specifically but did see some thread support.
> 
> pthreads embodies threads, mutexes and condition variables.  i saw no references
> to the mutexes and condition variables in the docs.
> 
> does gdb support pthreads, mutexes and condition variables?

How would a debugger support mutexes and condition variables?  They'll
still work in programs run under the debugger.  Pthreads does not
expose convenient interfaces for examining their states, though.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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