GDBserver
Public Attributes | List of all members
thread_info Struct Reference

#include "gdbthread.h"

Public Attributes

ptid_t id
 
void * target_data
 
struct regcacheregcache_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 30 of file gdbthread.h.

Member Data Documentation

◆ btrace

struct btrace_target_info* thread_info::btrace

◆ id

ptid_t thread_info::id

◆ last_resume_kind

enum resume_kind thread_info::last_resume_kind

◆ last_status

struct target_waitstatus thread_info::last_status

◆ regcache_data

struct regcache* thread_info::regcache_data

Definition at line 36 of file gdbthread.h.

Referenced by set_thread_regcache_data(), and thread_regcache_data().

◆ status_pending_p

int thread_info::status_pending_p

Definition at line 45 of file gdbthread.h.

Referenced by captured_main(), handle_status(), and set_pending_status_callback().

◆ target_data

void* thread_info::target_data

Definition at line 35 of file gdbthread.h.

Referenced by add_thread(), and thread_target_data().

◆ while_stepping

struct wstep_state* thread_info::while_stepping

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