GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
bp_target_info Struct Reference

#include "breakpoint.h"

Public Attributes

struct address_spaceplaced_address_space
 
CORE_ADDR placed_address
 
CORE_ADDR reqstd_address
 
int length
 
gdb_byte shadow_contents [BREAKPOINT_MAX]
 
int shadow_len
 
int kind
 
std::vector< agent_expr * > conditions
 
std::vector< agent_expr * > tcommands
 
int persist
 

Detailed Description

Definition at line 256 of file breakpoint.h.

Member Data Documentation

◆ conditions

std::vector<agent_expr *> bp_target_info::conditions

Definition at line 290 of file breakpoint.h.

Referenced by build_target_condition_list(), and remote_add_target_side_condition().

◆ kind

int bp_target_info::kind

◆ length

int bp_target_info::length

◆ persist

int bp_target_info::persist

Definition at line 298 of file breakpoint.h.

Referenced by build_target_command_list(), and remote_add_target_side_commands().

◆ placed_address

CORE_ADDR bp_target_info::placed_address

◆ placed_address_space

struct address_space* bp_target_info::placed_address_space

◆ reqstd_address

CORE_ADDR bp_target_info::reqstd_address

◆ shadow_contents

gdb_byte bp_target_info::shadow_contents[BREAKPOINT_MAX]

◆ shadow_len

int bp_target_info::shadow_len

◆ tcommands

std::vector<agent_expr *> bp_target_info::tcommands

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