ROSE 0.11.145.147
|
Thread ID.
Identifies a particular thread to be debugged. A thread ID is needed when querying or modifying information that's specific to a particular thread, such as register values.
Definition at line 15 of file ThreadId.h.
#include <Rose/BinaryAnalysis/Debugger/ThreadId.h>
Static Public Member Functions | |
static ThreadId | unspecified () |
Return the ID representing an unspecified thread. | |
Protected Attributes | |
int | id_ = -1 |
|
static |
Return the ID representing an unspecified thread.
This is used by debugger implementations that don't operate on threads.
|
protected |
Definition at line 17 of file ThreadId.h.