GDBserver
Public Attributes | List of all members
readonly_region Struct Reference

Public Attributes

CORE_ADDR start
 
CORE_ADDR end
 
struct readonly_regionnext
 

Detailed Description

Definition at line 1227 of file tracepoint.c.

Member Data Documentation

◆ end

CORE_ADDR readonly_region::end

Definition at line 1230 of file tracepoint.c.

Referenced by cmd_qtro(), and in_readonly_region().

◆ next

struct readonly_region* readonly_region::next

Definition at line 1233 of file tracepoint.c.

Referenced by clear_readonly_regions(), cmd_qtro(), and in_readonly_region().

◆ start

CORE_ADDR readonly_region::start

Definition at line 1230 of file tracepoint.c.

Referenced by cmd_qtro(), and in_readonly_region().


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