ROSE 0.11.145.317
|
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 17 of file ThreadId.h.
#include <Rose/BinaryAnalysis/Debugger/ThreadId.h>
Public Member Functions | |
void | print (std::ostream &) const |
Display the thread ID. | |
std::string | toString () const |
String representation of the thread ID. | |
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 19 of file ThreadId.h.