Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* gdb 6.8 on AIX (threads)
@ 2009-12-19  2:08 Perry Smith
  2009-12-19  6:02 ` Joel Brobecker
  0 siblings, 1 reply; 2+ messages in thread
From: Perry Smith @ 2009-12-19  2:08 UTC (permalink / raw)
  To: gdb

Hi,

I built gdb on 6.8 on AIX without any special arguments and it does  
not seem to understand threads.  I'm trying to debug ruby and "info  
threads" returns nothing.

Are there special configure options I needed?  I don't see any.  I can  
put a break point in pthread_create and it stops there but later, gdb  
still has no knowledge of the multiple threads.

Thanks,
Perry
Ease Software, Inc. ( http://www.easesoftware.com )

Low cost SATA Disk Systems for IBMs p5, pSeries, and RS/6000 AIX systems


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

* Re: gdb 6.8 on AIX (threads)
  2009-12-19  2:08 gdb 6.8 on AIX (threads) Perry Smith
@ 2009-12-19  6:02 ` Joel Brobecker
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Brobecker @ 2009-12-19  6:02 UTC (permalink / raw)
  To: Perry Smith; +Cc: gdb

> Are there special configure options I needed?  I don't see any.  I
> can put a break point in pthread_create and it stops there but
> later, gdb still has no knowledge of the multiple threads.

There is no special configure option. Thread support on AIX
is based on libpthdebug, so perhaps this library is missing on
your system. Or maybe you're missing the associated system
headers. Alternatively, it could be a bug.  If the thread
module is built in, "set debug aix-thread" should turn traces on
and help understanding what's going on.

-- 
Joel


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

end of thread, other threads:[~2009-12-19  6:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-19  2:08 gdb 6.8 on AIX (threads) Perry Smith
2009-12-19  6:02 ` Joel Brobecker

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