Debugging Boost Threads with GDB

P

Pallav singh

Hi

i have a query.

can we control the scheduler while debugging Boost Threading model
the same way we can control while debuging Pthreads in Unix. so that
we can control single thread.

Thanks
Pallav Singh
 
N

none

I'm no Boost expert, but it is my understanding that Boost threads
are built on top of the native threads. So if you are on a platform
where pthreads are the norm, Boost should be using those.

Boost Threads are indeed a wrapper on top of pthread on Posix system.
So you should be able to get down to the raw pthread functionality
relatively easily.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top