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

#include "breakpoint.h"

Inheritance diagram for tracepoint:
breakpoint

Public Attributes

long step_count
 
int pass_count
 
int number_on_target
 
ULONGEST traceframe_usage
 
char * static_trace_marker_id
 
int static_trace_marker_id_idx
 
- Public Attributes inherited from breakpoint
const breakpoint_opsops = NULL
 
breakpointnext = NULL
 
bptype type = bp_none
 
enum enable_state enable_state = bp_enabled
 
bpdisp disposition = disp_del
 
int number = 0
 
bp_locationloc = NULL
 
bool silent = false
 
bool display_canonical = false
 
int ignore_count = 0
 
int enable_count = 0
 
counted_command_line commands
 
struct frame_id frame_id = null_frame_id
 
program_spacepspace = NULL
 
event_location_up location
 
char * filter = NULL
 
event_location_up location_range_end
 
struct gdbarchgdbarch = NULL
 
enum language language = language_unknown
 
int input_radix = 0
 
char * cond_string = NULL
 
char * extra_string = NULL
 
breakpointrelated_breakpoint = NULL
 
int thread = -1
 
int task = 0
 
int hit_count = 0
 
int condition_not_parsed = 0
 
gdbpy_breakpoint_objectpy_bp_object = NULL
 
gdbscm_breakpoint_objectscm_bp_object = NULL
 

Additional Inherited Members

- Public Member Functions inherited from breakpoint
virtual ~breakpoint ()
 

Detailed Description

Definition at line 874 of file breakpoint.h.

Member Data Documentation

◆ number_on_target

int tracepoint::number_on_target

◆ pass_count

int tracepoint::pass_count

◆ static_trace_marker_id

char* tracepoint::static_trace_marker_id

◆ static_trace_marker_id_idx

int tracepoint::static_trace_marker_id_idx

Definition at line 900 of file breakpoint.h.

Referenced by strace_marker_decode_location().

◆ step_count

long tracepoint::step_count

◆ traceframe_usage

ULONGEST tracepoint::traceframe_usage

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