idb info thread (gdb mode only)

Show the specified threads in the process.

Syntax

idb info thread [ thread_id, ... ]

Parameters

thread_id

The ID of a thread.

Description

This command shows the following information for any threads you specify with thread_id:

If you do not specify thread_id, this command shows all existing threads.

Example

(idb) idb info thread 1
*   1 initial thread 46912509908752 (LWP 10606) [thawed] stopped at  0x401ed3 in main at /users/hal/openmp_sample/openmp.c:82

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.