GDBserver
Public Attributes | List of all members
thread_resume Struct Reference

#include "target.h"

Public Attributes

ptid_t thread
 
enum resume_kind kind
 
int sig
 
CORE_ADDR step_range_start
 
CORE_ADDR step_range_end
 

Detailed Description

Definition at line 42 of file target.h.

Member Data Documentation

◆ kind

enum resume_kind thread_resume::kind

◆ sig

int thread_resume::sig

◆ step_range_end

CORE_ADDR thread_resume::step_range_end

Definition at line 63 of file target.h.

Referenced by handle_v_cont(), and linux_set_resume_request().

◆ step_range_start

CORE_ADDR thread_resume::step_range_start

Definition at line 62 of file target.h.

Referenced by handle_v_cont(), and linux_set_resume_request().

◆ thread

ptid_t thread_resume::thread

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