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 40 of file target.h.

Member Data Documentation

enum resume_kind thread_resume::kind
int thread_resume::sig
CORE_ADDR thread_resume::step_range_end

Definition at line 61 of file target.h.

Referenced by handle_v_cont(), and linux_set_resume_request().

CORE_ADDR thread_resume::step_range_start

Definition at line 60 of file target.h.

Referenced by handle_v_cont(), and linux_set_resume_request().

ptid_t thread_resume::thread

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