GDBServerFoundation::ThreadRecord Struct Reference

Describes a single thread of the debugged program. More...

#include <IGDBTarget.h>

Public Attributes

int ThreadID
 Specifies an arbitrary thread ID (that, however, should not be 0)
 
std::string UserFriendlyName
 Specifies optional user-friendly description shown by GDB along with the ID.
 

Detailed Description

Describes a single thread of the debugged program.

Examples:
SimpleWin32Server/SimpleWin32Server.cpp.

Member Data Documentation

int GDBServerFoundation::ThreadRecord::ThreadID

Specifies an arbitrary thread ID (that, however, should not be 0)

Examples:
SimpleWin32Server/SimpleWin32Server.cpp.
std::string GDBServerFoundation::ThreadRecord::UserFriendlyName

Specifies optional user-friendly description shown by GDB along with the ID.

Examples:
SimpleWin32Server/SimpleWin32Server.cpp.

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