ROSE
0.11.131.0
|
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 14 of file ThreadId.h.
#include <Rose/BinaryAnalysis/Debugger/ThreadId.h>
Static Public Member Functions | |
static ThreadId | unspecified () |
Return the ID representing an unspecified thread. More... | |
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.