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

#include "tracepoint.h"

Public Member Functions

 DISABLE_COPY_AND_ASSIGN (static_tracepoint_marker)
 
 static_tracepoint_marker ()=default
 
 static_tracepoint_marker (static_tracepoint_marker &&)=default
 
static_tracepoint_markeroperator= (static_tracepoint_marker &&)=default
 

Public Attributes

struct gdbarchgdbarch = NULL
 
CORE_ADDR address = 0
 
std::string str_id
 
std::string extra
 

Detailed Description

Definition at line 219 of file tracepoint.h.

Constructor & Destructor Documentation

◆ static_tracepoint_marker() [1/2]

static_tracepoint_marker::static_tracepoint_marker ( )
default

◆ static_tracepoint_marker() [2/2]

static_tracepoint_marker::static_tracepoint_marker ( static_tracepoint_marker && )
default

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

static_tracepoint_marker::DISABLE_COPY_AND_ASSIGN ( static_tracepoint_marker )

◆ operator=()

static_tracepoint_marker & static_tracepoint_marker::operator= ( static_tracepoint_marker && )
default

Member Data Documentation

◆ address

CORE_ADDR static_tracepoint_marker::address = 0

◆ extra

std::string static_tracepoint_marker::extra

◆ gdbarch

struct gdbarch* static_tracepoint_marker::gdbarch = NULL

◆ str_id

std::string static_tracepoint_marker::str_id

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