Re: [DynInst_API:] Tracing from a thread?

2015-06-02 Thread Bill Williams
On 06/02/2015 02:57 PM, Tony Zhang wrote: Hello, Is it possible to use DynInst from a different thread within a process? For example, a program would create multiplepthreads, and one of them (a master) then attempts to control the execution of all other threads in the program. This isn't

Re: [DynInst_API:] Tracing from a thread?

2015-06-02 Thread Josh Stone
On 06/02/2015 12:57 PM, Tony Zhang wrote: Hello, Is it possible to use DynInst from a different thread within a process? For example, a program would create multiple pthreads, and one of them (a master) then attempts to control the execution of all other threads in the program. On Linux,

[DynInst_API:] Tracing from a thread?

2015-06-02 Thread Tony Zhang
Hello, Is it possible to use DynInst from a different thread within a process? For example, a program would create multiple pthreads, and one of them (a master) then attempts to control the execution of all other threads in the program. Thanks