tags:

views:

11

answers:

0

Hello,

is it possible to Trace multithreaded application like java process with ptrace? how is it possible? any sample implementation please. Simple Program in java has 14 LWPs(Threads) running. how do we follow each thread?i faced several difficulties while START and STOP signal handling in java.

i have used ptrace for tracing the simple Single Threaded application implemented in C.

Thanks, Sandeep