GDB (xrefs)
Functions
compile.h File Reference

Go to the source code of this file.

Functions

void eval_compile_command (struct command_line *cmd, const char *cmd_string, enum compile_i_scope_types scope, void *scope_data)
 
void compile_dwarf_expr_to_c (struct ui_file *stream, const char *result_name, struct symbol *sym, CORE_ADDR pc, struct gdbarch *arch, unsigned char *registers_used, unsigned int addr_size, const gdb_byte *op_ptr, const gdb_byte *op_end, struct dwarf2_per_cu_data *per_cu)
 
void compile_dwarf_bounds_to_c (struct ui_file *stream, const char *result_name, const struct dynamic_prop *prop, struct symbol *sym, CORE_ADDR pc, struct gdbarch *arch, unsigned char *registers_used, unsigned int addr_size, const gdb_byte *op_ptr, const gdb_byte *op_end, struct dwarf2_per_cu_data *per_cu)
 
void compile_print_value (struct value *val, void *data_voidp)
 

Function Documentation

void compile_dwarf_bounds_to_c ( struct ui_file stream,
const char *  result_name,
const struct dynamic_prop prop,
struct symbol sym,
CORE_ADDR  pc,
struct gdbarch arch,
unsigned char *  registers_used,
unsigned int  addr_size,
const gdb_byte op_ptr,
const gdb_byte op_end,
struct dwarf2_per_cu_data per_cu 
)

Definition at line 1149 of file compile-loc2c.c.

References do_compile_dwarf_expr_to_c().

Referenced by dwarf2_compile_property_to_c().

void compile_dwarf_expr_to_c ( struct ui_file stream,
const char *  result_name,
struct symbol sym,
CORE_ADDR  pc,
struct gdbarch arch,
unsigned char *  registers_used,
unsigned int  addr_size,
const gdb_byte op_ptr,
const gdb_byte op_end,
struct dwarf2_per_cu_data per_cu 
)
void compile_print_value ( struct value val,
void *  data_voidp 
)

Definition at line 170 of file compile.c.

References print_value().

Referenced by do_module_cleanup().

void eval_compile_command ( struct command_line cmd,
const char *  cmd_string,
enum compile_i_scope_types  scope,
void *  scope_data 
)