GDB (API)
Public Attributes | List of all members
call_site_parameter_u Union Reference

#include "gdbtypes.h"

Public Attributes

int dwarf_reg
 
CORE_ADDR fb_offset
 
cu_offset param_offset
 

Detailed Description

Definition at line 1113 of file gdbtypes.h.

Member Data Documentation

int call_site_parameter_u::dwarf_reg

DW_TAG_formal_parameter's DW_AT_location's DW_OP_regX as DWARF register number, for register passed parameters.

Definition at line 1119 of file gdbtypes.h.

CORE_ADDR call_site_parameter_u::fb_offset

Offset from the callee's frame base, for stack passed parameters. This equals offset from the caller's stack pointer.

Definition at line 1125 of file gdbtypes.h.

cu_offset call_site_parameter_u::param_offset

Offset relative to the start of this PER_CU to DW_TAG_formal_parameter which is referenced by both caller and the callee.

Definition at line 1131 of file gdbtypes.h.


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