GDB (xrefs)
Public Attributes | List of all members
watchpoint Struct Reference

#include "breakpoint.h"

Public Attributes

struct breakpoint base
 
char * exp_string
 
char * exp_string_reparse
 
struct expressionexp
 
const struct blockexp_valid_block
 
struct expressioncond_exp
 
const struct blockcond_exp_valid_block
 
struct valueval
 
int val_valid
 
int val_bitpos
 
int val_bitsize
 
struct frame_id watchpoint_frame
 
ptid_t watchpoint_thread
 
enum watchpoint_triggered watchpoint_triggered
 
int exact
 
CORE_ADDR hw_wp_mask
 

Detailed Description

Definition at line 772 of file breakpoint.h.

Member Data Documentation

struct breakpoint watchpoint::base
struct expression* watchpoint::cond_exp
const struct block* watchpoint::cond_exp_valid_block
int watchpoint::exact
struct expression* watchpoint::exp
char* watchpoint::exp_string
char* watchpoint::exp_string_reparse

Definition at line 781 of file breakpoint.h.

Referenced by dtor_watchpoint(), update_watchpoint(), and watch_command_1().

const struct block* watchpoint::exp_valid_block
CORE_ADDR watchpoint::hw_wp_mask
struct value* watchpoint::val
int watchpoint::val_bitpos
int watchpoint::val_bitsize
int watchpoint::val_valid
struct frame_id watchpoint::watchpoint_frame

Definition at line 809 of file breakpoint.h.

Referenced by update_watchpoint(), watch_command_1(), and watchpoint_check().

ptid_t watchpoint::watchpoint_thread

Definition at line 814 of file breakpoint.h.

Referenced by watch_command_1(), and watchpoint_in_thread_scope().

enum watchpoint_triggered watchpoint::watchpoint_triggered

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