GDB (xrefs)
Public Attributes | List of all members
gdb_ext_thread_info Struct Reference

Public Attributes

threadref threadid
 
int active
 
char display [256]
 
char shortname [32]
 
char more_display [256]
 

Detailed Description

Definition at line 2055 of file remote.c.

Member Data Documentation

int gdb_ext_thread_info::active

Definition at line 2058 of file remote.c.

Referenced by remote_threads_extra_info(), and remote_unpack_thread_info_response().

char gdb_ext_thread_info::display[256]

Definition at line 2060 of file remote.c.

Referenced by remote_threads_extra_info(), and remote_unpack_thread_info_response().

char gdb_ext_thread_info::more_display[256]

Definition at line 2063 of file remote.c.

Referenced by remote_threads_extra_info(), and remote_unpack_thread_info_response().

char gdb_ext_thread_info::shortname[32]

Definition at line 2062 of file remote.c.

Referenced by remote_threads_extra_info(), and remote_unpack_thread_info_response().

threadref gdb_ext_thread_info::threadid

Definition at line 2057 of file remote.c.

Referenced by remote_unpack_thread_info_response().


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