ROSE  0.11.145.0
Static Public Member Functions | Protected Attributes | List of all members
Rose::BinaryAnalysis::Debugger::ThreadId Class Reference

Description

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
 

Member Function Documentation

static ThreadId Rose::BinaryAnalysis::Debugger::ThreadId::unspecified ( )
static

Return the ID representing an unspecified thread.

This is used by debugger implementations that don't operate on threads.


The documentation for this class was generated from the following file: