GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
/tmp/gdb-13.1/gdb/m2-lang.h File Reference

Go to the source code of this file.

Classes

struct  builtin_m2_type
 
class  m2_language
 

Functions

void m2_print_type (struct type *, const char *, struct ui_file *, int, int, const struct type_print_options *)
 
int m2_is_long_set (struct type *type)
 
int m2_is_unbounded_array (struct type *type)
 
int get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high)
 
const struct builtin_m2_typebuiltin_m2_type (struct gdbarch *gdbarch)
 

Function Documentation

◆ builtin_m2_type()

const struct builtin_m2_type * builtin_m2_type ( struct gdbarch gdbarch)

Definition at line 302 of file m2-lang.c.

References build_m2_types(), registry< T >::get(), m2_type_data, and registry< T >::set().

◆ get_long_set_bounds()

int get_long_set_bounds ( struct type type,
LONGEST *  low,
LONGEST *  high 
)

◆ m2_is_long_set()

int m2_is_long_set ( struct type type)

◆ m2_is_unbounded_array()

int m2_is_unbounded_array ( struct type type)

◆ m2_print_type()

void m2_print_type ( struct type type,
const char *  varstring,
struct ui_file stream,
int  show,
int  level,
const struct type_print_options flags 
)