GDB (xrefs)
Classes | Enumerations | Functions
/tmp/gdb-7.10/gdb/f-lang.h File Reference

Go to the source code of this file.

Classes

struct  common_block
 
struct  builtin_f_type
 

Enumerations

enum  f90_range_type { BOTH_BOUND_DEFAULT, LOW_BOUND_DEFAULT, HIGH_BOUND_DEFAULT, NONE_BOUND_DEFAULT }
 

Functions

int f_parse (struct parser_state *)
 
void f_error (char *)
 
void f_print_type (struct type *, const char *, struct ui_file *, int, int, const struct type_print_options *)
 
void f_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, struct ui_file *, int, const struct value *, const struct value_print_options *)
 
int f77_get_upperbound (struct type *)
 
int f77_get_lowerbound (struct type *)
 
void f77_get_dynamic_array_length (struct type *)
 
int calc_f77_array_dims (struct type *)
 
const struct builtin_f_typebuiltin_f_type (struct gdbarch *gdbarch)
 

Enumeration Type Documentation

Enumerator
BOTH_BOUND_DEFAULT 
LOW_BOUND_DEFAULT 
HIGH_BOUND_DEFAULT 
NONE_BOUND_DEFAULT 

Definition at line 45 of file f-lang.h.

Function Documentation

const struct builtin_f_type* builtin_f_type ( struct gdbarch gdbarch)

Definition at line 344 of file f-lang.c.

References gdbarch_data().

Referenced by build_fortran_types(), and f_language_arch_info().

int calc_f77_array_dims ( struct type )

Definition at line 3119 of file eval.c.

References _, error(), TYPE_CODE, TYPE_CODE_ARRAY, and TYPE_TARGET_TYPE.

Referenced by evaluate_subexp_standard(), and f77_print_array().

void f77_get_dynamic_array_length ( struct type )
int f77_get_lowerbound ( struct type )
int f77_get_upperbound ( struct type )
void f_error ( char *  )
int f_parse ( struct parser_state )

Definition at line 2971 of file f-exp.c.

References do_cleanups(), gdb_assert, make_cleanup_clear_parser_state(), and yyparse.

void f_print_type ( struct type ,
const char *  ,
struct ui_file ,
int  ,
int  ,
const struct type_print_options  
)
void f_val_print ( struct type ,
const gdb_byte ,
int  ,
CORE_ADDR  ,
struct ui_file ,
int  ,
const struct value ,
const struct value_print_options  
)