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

#include "breakpoint.h"

Public Member Functions

 bpstat ()
 
 bpstat (struct bp_location *bl, bpstat ***bs_link_pointer)
 
 bpstat (const bpstat &)
 
bpstatoperator= (const bpstat &)=delete
 

Public Attributes

bpstatnext
 
bp_location_ref_ptr bp_location_at
 
struct breakpointbreakpoint_at
 
counted_command_line commands
 
value_ref_ptr old_val
 
char print
 
char stop
 
enum bp_print_how print_it
 

Detailed Description

Definition at line 1287 of file breakpoint.h.

Constructor & Destructor Documentation

◆ bpstat() [1/3]

bpstat::bpstat ( )

Definition at line 4989 of file breakpoint.c.

◆ bpstat() [2/3]

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

Definition at line 4976 of file breakpoint.c.

References next.

◆ bpstat() [3/3]

bpstat::bpstat ( const bpstat other)

Definition at line 4401 of file breakpoint.c.

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

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ bp_location_at

bp_location_ref_ptr bpstat::bp_location_at

◆ breakpoint_at

struct breakpoint* bpstat::breakpoint_at

◆ commands

counted_command_line bpstat::commands

◆ next

bpstat* bpstat::next

◆ old_val

value_ref_ptr bpstat::old_val

◆ print

char bpstat::print

◆ print_it

enum bp_print_how bpstat::print_it

◆ stop

char bpstat::stop

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