GDBserver
Public Attributes | List of all members
thread_info Struct Reference

#include "gdbthread.h"

Public Attributes

struct inferior_list_entry entry
 
void * target_data
 
void * regcache_data
 
enum resume_kind last_resume_kind
 
struct target_waitstatus last_status
 
int status_pending_p
 
struct wstep_statewhile_stepping
 
struct btrace_target_infobtrace
 

Detailed Description

Definition at line 26 of file gdbthread.h.

Member Data Documentation

struct btrace_target_info* thread_info::btrace
struct inferior_list_entry thread_info::entry
enum resume_kind thread_info::last_resume_kind
struct target_waitstatus thread_info::last_status
void* thread_info::regcache_data

Definition at line 33 of file gdbthread.h.

Referenced by inferior_regcache_data(), and set_inferior_regcache_data().

int thread_info::status_pending_p
void* thread_info::target_data

Definition at line 32 of file gdbthread.h.

Referenced by add_thread(), inferior_target_data(), and set_inferior_target_data().

struct wstep_state* thread_info::while_stepping

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