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
 
bool print
 
bool stop
 
enum bp_print_how print_it
 

Detailed Description

Definition at line 1363 of file breakpoint.h.

Constructor & Destructor Documentation

◆ bpstat() [1/3]

bpstat::bpstat ( )

Definition at line 5137 of file breakpoint.c.

◆ bpstat() [2/3]

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

Definition at line 5124 of file breakpoint.c.

References next.

◆ bpstat() [3/3]

bpstat::bpstat ( const bpstat & other)

Definition at line 4554 of file breakpoint.c.

References old_val, and release_value().

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

bool bpstat::print

◆ print_it

enum bp_print_how bpstat::print_it

◆ stop

bool bpstat::stop

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