GDB (xrefs)
Public Member Functions | Public Attributes | List of all members
bpstats Struct Reference

#include "breakpoint.h"

Public Member Functions

 bpstats ()
 
 bpstats (struct bp_location *bl, bpstat **bs_link_pointer)
 
 ~bpstats ()
 
 bpstats (const bpstats &)
 
bpstatsoperator= (const bpstats &)=delete
 

Public Attributes

bpstat next
 
struct bp_locationbp_location_at
 
struct breakpointbreakpoint_at
 
counted_command_line commands
 
struct valueold_val
 
char print
 
char stop
 
enum bp_print_how print_it
 

Detailed Description

Definition at line 1087 of file breakpoint.h.

Constructor & Destructor Documentation

◆ bpstats() [1/3]

bpstats::bpstats ( )

Definition at line 4746 of file breakpoint.c.

◆ bpstats() [2/3]

bpstats::bpstats ( struct bp_location bl,
bpstat **  bs_link_pointer 
)

Definition at line 4731 of file breakpoint.c.

References incref_bp_location(), and next.

◆ ~bpstats()

bpstats::~bpstats ( )

Definition at line 4200 of file breakpoint.c.

References bp_location_at, decref_bp_location(), old_val, and value_free().

◆ bpstats() [3/3]

bpstats::bpstats ( const bpstats other)

Definition at line 4229 of file breakpoint.c.

References bp_location_at, incref_bp_location(), old_val, release_value(), and value_copy().

Member Function Documentation

◆ operator=()

bpstats& bpstats::operator= ( const bpstats )
delete

Member Data Documentation

◆ bp_location_at

struct bp_location* bpstats::bp_location_at

◆ breakpoint_at

struct breakpoint* bpstats::breakpoint_at

◆ commands

counted_command_line bpstats::commands

◆ next

bpstat bpstats::next

◆ old_val

struct value* bpstats::old_val

◆ print

char bpstats::print

Definition at line 1131 of file breakpoint.h.

Referenced by bpstat_stop_status(), and internal_bkpt_check_status().

◆ print_it

enum bp_print_how bpstats::print_it

◆ stop

char bpstats::stop

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