GDB (xrefs)
|
#include "call-site.h"
Public Attributes | |
__extension__ enum call_site_parameter_kind | kind: 2 |
union call_site_parameter_u | u |
const gdb_byte * | value |
size_t | value_size |
const gdb_byte * | data_value |
size_t | data_value_size |
Definition at line 143 of file call-site.h.
const gdb_byte* call_site_parameter::data_value |
DW_TAG_formal_parameter's DW_AT_call_data_value. It may be NULL if not provided by DWARF.
Definition at line 157 of file call-site.h.
Referenced by dwarf_entry_parameter_to_value(), dwarf_expr_context::push_dwarf_reg_entry_value(), and read_call_site_scope().
size_t call_site_parameter::data_value_size |
Definition at line 158 of file call-site.h.
Referenced by dwarf_entry_parameter_to_value(), dwarf_expr_context::push_dwarf_reg_entry_value(), and read_call_site_scope().
__extension__ enum call_site_parameter_kind call_site_parameter::kind |
Definition at line 145 of file call-site.h.
Referenced by call_site_parameter_matches(), read_call_site_scope(), and value_of_dwarf_reg_entry().
union call_site_parameter_u call_site_parameter::u |
Definition at line 147 of file call-site.h.
Referenced by call_site_parameter_matches(), and read_call_site_scope().
const gdb_byte* call_site_parameter::value |
DW_TAG_formal_parameter's DW_AT_call_value. It is never NULL.
Definition at line 151 of file call-site.h.
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb.dap.startup.LoggingParam::__init__(), gdb.dap.varref.VariableReference::__init__(), gdb-gdb.TypeFlag::__lt__(), gdb.dap.varref.VariableReference::_update_value(), gdb.dap.varref.VariableReference::assign(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), dwarf_entry_parameter_to_value(), gdb.dap.startup.LoggingParam::get_set_string(), gdb.command.prompt._ExtendedPrompt::get_show_string(), dwarf_expr_context::push_dwarf_reg_entry_value(), read_call_site_scope(), and gdb.dap.varref.VariableReference::to_object().
size_t call_site_parameter::value_size |
Definition at line 152 of file call-site.h.
Referenced by dwarf_entry_parameter_to_value(), dwarf_expr_context::push_dwarf_reg_entry_value(), and read_call_site_scope().