Sun Studio 12 Update 1: Debugging a Program With dbx

thr_create [thread_id]

The thr_create event occurs when a thread, or a thread with the specified thread_id, has been created. For example, in the following stop command, the thread ID t@1 refers to creating thread, while the thread ID t@5 refers to the created thread.


stop thr_create t@5 -thread t@1