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

#include "breakpoint.h"

Public Attributes

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

Detailed Description

Definition at line 1067 of file breakpoint.h.

Member Data Documentation

struct bp_location* bpstats::bp_location_at
struct breakpoint* bpstats::breakpoint_at
struct counted_command_line* bpstats::commands
bpstat bpstats::next
struct value* bpstats::old_val
char bpstats::print

Definition at line 1104 of file breakpoint.h.

Referenced by bpstat_stop_status(), bpstat_what(), and internal_bkpt_check_status().

enum bp_print_how bpstats::print_it
char bpstats::stop

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