GDB (xrefs)
Classes | Macros | Functions | Variables
/tmp/gdb-7.10/gdb/language.c File Reference
#include "defs.h"
#include <ctype.h>
#include "symtab.h"
#include "gdbtypes.h"
#include "value.h"
#include "gdbcmd.h"
#include "expression.h"
#include "language.h"
#include "varobj.h"
#include "target.h"
#include "parser-defs.h"
#include "jv-lang.h"
#include "demangle.h"
#include "symfile.h"
#include "cp-support.h"

Go to the source code of this file.

Classes

struct  language_gdbarch
 

Macros

#define DEFAULT_ALLOCSIZE   4
 

Functions

void _initialize_language (void)
 
static void unk_lang_error (char *)
 
static int unk_lang_parser (struct parser_state *)
 
static void show_check (char *, int)
 
static void set_check (char *, int)
 
static void set_range_case (void)
 
static void unk_lang_emit_char (int c, struct type *type, struct ui_file *stream, int quoter)
 
static void unk_lang_printchar (int c, struct type *type, struct ui_file *stream)
 
static void unk_lang_value_print (struct value *, struct ui_file *, const struct value_print_options *)
 
static CORE_ADDR unk_lang_trampoline (struct frame_info *, CORE_ADDR pc)
 
static void show_language_command (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static void set_language_command (char *ignore, int from_tty, struct cmd_list_element *c)
 
static void show_range_command (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static void set_range_command (char *ignore, int from_tty, struct cmd_list_element *c)
 
static void show_case_command (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static void set_case_command (char *ignore, int from_tty, struct cmd_list_element *c)
 
enum language set_language (enum language lang)
 
void language_info (int quietly)
 
int pointer_type (struct type *type)
 
int value_true (struct value *val)
 
void range_error (const char *string,...)
 
enum language language_enum (char *str)
 
const struct language_defnlanguage_def (enum language lang)
 
const char * language_str (enum language lang)
 
void add_language (const struct language_defn *lang)
 
CORE_ADDR skip_language_trampoline (struct frame_info *frame, CORE_ADDR pc)
 
char * language_demangle (const struct language_defn *current_language, const char *mangled, int options)
 
char * language_class_name_from_physname (const struct language_defn *lang, const char *physname)
 
int language_pass_by_reference (struct type *type)
 
int default_pass_by_reference (struct type *type)
 
char * default_word_break_characters (void)
 
void default_print_array_index (struct value *index_value, struct ui_file *stream, const struct value_print_options *options)
 
void default_get_string (struct value *value, gdb_byte **buffer, int *length, struct type **char_type, const char **charset)
 
static void unk_lang_printstr (struct ui_file *stream, struct type *type, const gdb_byte *string, unsigned int length, const char *encoding, int force_ellipses, const struct value_print_options *options)
 
static void unk_lang_print_type (struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags)
 
static void unk_lang_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *val, const struct value_print_options *options)
 
static char * unk_lang_demangle (const char *mangled, int options)
 
static char * unk_lang_class_name (const char *mangled)
 
static void unknown_language_arch_info (struct gdbarch *gdbarch, struct language_arch_info *lai)
 
static void * language_gdbarch_post_init (struct gdbarch *gdbarch)
 
struct typelanguage_string_char_type (const struct language_defn *la, struct gdbarch *gdbarch)
 
struct typelanguage_bool_type (const struct language_defn *la, struct gdbarch *gdbarch)
 
static struct type ** language_lookup_primitive_type_1 (const struct language_arch_info *lai, const char *name)
 
struct typelanguage_lookup_primitive_type (const struct language_defn *la, struct gdbarch *gdbarch, const char *name)
 
static struct symbollanguage_alloc_type_symbol (enum language lang, struct type *type)
 
static void language_init_primitive_type_symbols (struct language_arch_info *lai, const struct language_defn *la, struct gdbarch *gdbarch)
 
struct symbollanguage_lookup_primitive_type_as_symbol (const struct language_defn *la, struct gdbarch *gdbarch, const char *name)
 

Variables

const struct language_defn unknown_language_defn
 
enum range_mode range_mode = range_mode_auto
 
enum range_check range_check = range_check_off
 
enum case_mode case_mode = case_mode_auto
 
enum case_sensitivity case_sensitivity = case_sensitive_on
 
const struct language_defncurrent_language = &unknown_language_defn
 
enum language_mode language_mode = language_mode_auto
 
const struct language_defnexpected_language
 
static const struct language_defn ** languages
 
static unsigned languages_size
 
static unsigned languages_allocsize
 
static const char * language
 
static const char * type
 
static const char * range
 
static const char * case_sensitive
 
char lang_frame_mismatch_warn []
 
static const struct op_print unk_op_print_tab []
 
const struct language_defn auto_language_defn
 
const struct language_defn local_language_defn
 
static struct gdbarch_datalanguage_gdbarch_data
 

Macro Definition Documentation

#define DEFAULT_ALLOCSIZE   4

Definition at line 98 of file language.c.

Referenced by add_language().

Function Documentation

void _initialize_language ( void  )
void add_language ( const struct language_defn lang)
void default_get_string ( struct value value,
gdb_byte **  buffer,
int length,
struct type **  char_type,
const char **  charset 
)

Definition at line 686 of file language.c.

References _, and error().

int default_pass_by_reference ( struct type type)

Definition at line 659 of file language.c.

void default_print_array_index ( struct value index_value,
struct ui_file stream,
const struct value_print_options options 
)

Definition at line 677 of file language.c.

References fprintf_filtered(), and LA_VALUE_PRINT.

char* default_word_break_characters ( void  )

Definition at line 669 of file language.c.

Referenced by f_word_break_characters(), and init_main().

static struct symbol* language_alloc_type_symbol ( enum language  lang,
struct type type 
)
static
struct type* language_bool_type ( const struct language_defn la,
struct gdbarch gdbarch 
)
char* language_class_name_from_physname ( const struct language_defn lang,
const char *  physname 
)
const struct language_defn* language_def ( enum language  lang)
char* language_demangle ( const struct language_defn current_language,
const char *  mangled,
int  options 
)

Definition at line 629 of file language.c.

References language_defn::la_demangle.

Referenced by demangle_command(), and fprintf_symbol_filtered().

enum language language_enum ( char *  str)
static void* language_gdbarch_post_init ( struct gdbarch gdbarch)
static
void language_info ( int  quietly)
static void language_init_primitive_type_symbols ( struct language_arch_info lai,
const struct language_defn la,
struct gdbarch gdbarch 
)
static
struct type* language_lookup_primitive_type ( const struct language_defn la,
struct gdbarch gdbarch,
const char *  name 
)
static struct type** language_lookup_primitive_type_1 ( const struct language_arch_info lai,
const char *  name 
)
static
struct symbol* language_lookup_primitive_type_as_symbol ( const struct language_defn la,
struct gdbarch gdbarch,
const char *  name 
)
int language_pass_by_reference ( struct type type)
const char* language_str ( enum language  lang)
struct type* language_string_char_type ( const struct language_defn la,
struct gdbarch gdbarch 
)
int pointer_type ( struct type type)
void range_error ( const char *  string,
  ... 
)
static void set_case_command ( char *  ignore,
int  from_tty,
struct cmd_list_element c 
)
static
static void set_check ( char *  ignore,
int  from_tty 
)
static

Definition at line 502 of file language.c.

References all_commands, gdb_stdout, help_list(), printf_unfiltered(), and setchecklist.

Referenced by _initialize_language().

enum language set_language ( enum language  lang)
static void set_language_command ( char *  ignore,
int  from_tty,
struct cmd_list_element c 
)
static
static void set_range_case ( void  )
static
static void set_range_command ( char *  ignore,
int  from_tty,
struct cmd_list_element c 
)
static
static void show_case_command ( struct ui_file file,
int  from_tty,
struct cmd_list_element c,
const char *  value 
)
static
static void show_check ( char *  ignore,
int  from_tty 
)
static

Definition at line 510 of file language.c.

References cmd_show_list(), and showchecklist.

Referenced by _initialize_language().

static void show_language_command ( struct ui_file file,
int  from_tty,
struct cmd_list_element c,
const char *  value 
)
static
static void show_range_command ( struct ui_file file,
int  from_tty,
struct cmd_list_element c,
const char *  value 
)
static
CORE_ADDR skip_language_trampoline ( struct frame_info frame,
CORE_ADDR  pc 
)

Definition at line 604 of file language.c.

References languages_size, and language_defn::skip_trampoline.

Referenced by process_event_stop_test().

static char* unk_lang_class_name ( const char *  mangled)
static

Definition at line 770 of file language.c.

static char* unk_lang_demangle ( const char *  mangled,
int  options 
)
static

Definition at line 765 of file language.c.

References gdb_demangle().

static void unk_lang_emit_char ( int  c,
struct type type,
struct ui_file stream,
int  quoter 
)
static

Definition at line 707 of file language.c.

References _, and error().

static void unk_lang_error ( char *  msg)
static

Definition at line 701 of file language.c.

References _, and error().

static int unk_lang_parser ( struct parser_state ps)
static

Definition at line 695 of file language.c.

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

Definition at line 732 of file language.c.

References _, and error().

static void unk_lang_printchar ( int  c,
struct type type,
struct ui_file stream 
)
static

Definition at line 715 of file language.c.

References _, and error().

static void unk_lang_printstr ( struct ui_file stream,
struct type type,
const gdb_byte string,
unsigned int  length,
const char *  encoding,
int  force_ellipses,
const struct value_print_options options 
)
static

Definition at line 722 of file language.c.

References _, and error().

static CORE_ADDR unk_lang_trampoline ( struct frame_info frame,
CORE_ADDR  pc 
)
static

Definition at line 759 of file language.c.

static void unk_lang_val_print ( struct type type,
const gdb_byte valaddr,
int  embedded_offset,
CORE_ADDR  address,
struct ui_file stream,
int  recurse,
const struct value val,
const struct value_print_options options 
)
static

Definition at line 741 of file language.c.

References _, and error().

static void unk_lang_value_print ( struct value val,
struct ui_file stream,
const struct value_print_options options 
)
static

Definition at line 752 of file language.c.

References _, and error().

static void unknown_language_arch_info ( struct gdbarch gdbarch,
struct language_arch_info lai 
)
static
int value_true ( struct value val)

Definition at line 404 of file language.c.

References value_logical_not().

Referenced by breakpoint_cond_eval(), execute_control_command(), and should_stop_exception().

Variable Documentation

const struct language_defn auto_language_defn

Definition at line 837 of file language.c.

Definition at line 80 of file language.c.

const char* case_sensitive
static

Definition at line 105 of file language.c.

Referenced by _initialize_language(), language_info(), and set_case_command().

Definition at line 81 of file language.c.

const struct language_defn* current_language = &unknown_language_defn

Definition at line 85 of file language.c.

Referenced by ada_val_print(), ada_value_print(), ada_varobj_get_value_image(), address_info(), allocate_repeat_value(), bpfinishpy_handle_exit(), bpfinishpy_handle_stop(), breakpoint_re_set(), c_type_print_base(), c_type_print_varspec_suffix(), c_val_print(), c_value_print(), check_frame_language_change(), cmdpy_completer_handle_brkchars(), cmdpy_destroyer(), cmdpy_function(), coerce_array(), compile_to_object(), cp_print_static_field(), cp_print_value(), cp_print_value_fields(), cp_type_print_method_args(), decode_line_1(), decode_line_full(), default_make_symbol_completion_list_break_on_1(), default_print_one_register_info(), demangle_command(), dtrace_build_arg_exprs(), extract_sym(), f77_print_array_1(), f_val_print(), finalize_python(), find_slot_in_mapped_hash(), gdb_init(), gdbpy_apply_frame_filter(), gdbpy_apply_type_printers(), gdbpy_before_prompt_hook(), gdbpy_breakpoint_cond_says_stop(), gdbpy_breakpoint_has_cond(), gdbpy_clone_xmethod_worker_data(), gdbpy_eval_from_control_command(), gdbpy_execute_objfile_script(), gdbpy_finish_initialization(), gdbpy_free_type_printers(), gdbpy_free_xmethod_worker_data(), gdbpy_get_matching_xmethod_workers(), gdbpy_get_xmethod_arg_types(), gdbpy_get_xmethod_result_type(), gdbpy_invoke_xmethod(), gdbpy_run_events(), gdbpy_source_objfile_script(), gdbpy_source_script(), gdbpy_start_type_printers(), gdbscm_make_value(), gdbscm_value_call(), gdbscm_value_print(), gdbscm_value_subscript(), generic_val_print(), get_current_search_block(), get_set_value(), get_show_value(), init_raw_breakpoint_without_location(), java_print_value_fields(), java_value_print(), language_info(), language_search_unquoted_string(), line_completion_function(), lookup_minimal_symbol(), lookup_symbol(), lookup_symbol_in_objfile_from_linkage_name(), lookup_transparent_type(), m2_print_array_contents(), m2_val_print(), make_cleanup_restore_current_language(), mi_cmd_data_evaluate_expression(), mt_registers_info(), op_string(), output_register(), parse_exp_in_context_1(), parse_expression_with_language(), pascal_object_print_static_field(), pascal_object_print_value_fields(), pascal_val_print(), pascal_value_print(), print_frame_arg(), print_variable_and_value(), print_variable_at_address(), print_variable_or_computed(), printf_wide_c_string(), psymtab_search_name(), py_free_objfile(), py_free_pspace(), python_command(), python_inferior_exit(), python_interactive_command(), python_new_objfile(), python_on_inferior_call_post(), python_on_inferior_call_pre(), python_on_memory_change(), python_on_normal_stop(), python_on_register_change(), python_on_resume(), pyuw_sniffer(), save_objfile_types(), select_frame(), set_initial_language(), set_language_command(), sh64_do_register(), skip_quoted_chars(), tic6x_return_value(), tyscm_lookup_typename(), ui_printf(), val_print_array_elements(), val_print_packed_array_elements(), val_print_scalar_formatted(), value_arg_coerce(), value_array(), value_cast(), value_cstring(), value_print(), value_string(), value_struct_elt_for_reference(), value_subscript(), value_user_defined_op(), varobj_value_get_print_value(), VEC(), vlscm_binop(), vlscm_print_value_smob(), vlscm_rich_compare(), and vlscm_unop().

const struct language_defn* expected_language

Definition at line 91 of file language.c.

Referenced by check_frame_language_change(), gdb_init(), and set_initial_language().

char lang_frame_mismatch_warn[]
Initial value:
=
"Warning: the current language does not match this frame."

Definition at line 109 of file language.c.

Referenced by check_frame_language_change(), and show_language_command().

const char* language
static

Definition at line 102 of file language.c.

struct gdbarch_data* language_gdbarch_data
static

Definition at line 929 of file language.c.

Definition at line 86 of file language.c.

const struct language_defn** languages
static

Definition at line 95 of file language.c.

Referenced by add_language().

unsigned languages_allocsize
static

Definition at line 97 of file language.c.

Referenced by add_language().

unsigned languages_size
static
const struct language_defn local_language_defn

Definition at line 882 of file language.c.

const char* range
static

Definition at line 79 of file language.c.

Definition at line 78 of file language.c.

const char* type
static

Definition at line 103 of file language.c.

Referenced by ada_array_bound_from_type(), ada_array_element_type(), ada_check_typedef(), ada_coerce_to_simple_array_type(), ada_evaluate_subexp(), ada_get_decoded_type(), ada_get_tsd_from_tag(), ada_tasks_inferior_data_sniffer(), ada_to_fixed_type(), ada_to_fixed_type_1(), ada_typedef_target_type(), ada_value_primitive_field(), ada_variant_discrim_name(), ada_varobj_ind(), ada_varobj_simple_array_elt(), ada_varobj_struct_elt(), add_class_symbol(), add_memrange(), add_reg(), add_set_or_show_cmd(), add_to_method_list(), add_undefined_type_1(), add_undefined_type_noname(), alloc_type(), alloc_type_arch(), alloc_type_instance(), allocate_stub_method(), allocate_value_lazy(), arch_flags_type(), arch_type(), arm_pc_is_thumb(), arm_print_float_info(), bfd_uses_spe_extensions(), bptype_string(), build_command_line(), c_is_path_expr_parent(), c_textual_element_type(), c_type_of_child(), c_val_print(), c_value_print(), check_field(), check_parameter_typelist(), check_typedef(), classify_inner_name(), classify_name(), cleanup_undefined_types_1(), cleanup_undefined_types_noname(), coerce_array(), coff_alloc_type(), coff_read_enum_type(), coff_read_struct_type(), constrained_packed_array_type(), convert_symbol_bmsym(), convert_type(), copy_type_recursive(), cp_find_type_baseclass_by_name(), cp_lookup_bare_symbol(), cp_pass_by_reference(), cp_print_value_fields_rtti(), cplus_describe_child(), cplus_number_of_children(), cplus_type_of_child(), d_qualify(), decimal_from_integral(), decode_base_type(), decode_constrained_packed_array(), decode_type(), deprecated_set_value_type(), desc_base_type(), disassemble_dwarf_expression(), dwarf2_compute_name(), dwarf2_fetch_constant_bytes(), dynamic_template_type(), empty_record(), evaluate_subexp_c(), evaluate_subexp_for_address(), evaluate_subexp_for_sizeof(), evaluate_subexp_java(), evaluate_subexp_modula2(), evaluate_subexp_standard(), evaluate_subexp_with_coercion(), execute_stack_op(), f77_create_arrayprint_offset_tbl(), find_function_in_inferior(), find_method_list(), find_primitive_type(), fixup_go_packaging(), float_type_from_length(), flush_ea_cache(), fprint_target_auxv(), func_addr_to_tail_call_list(), gdbpy_create_lazy_string_object(), gdbscm_lookup_type(), gdbscm_make_breakpoint(), gdbscm_make_lazy_value(), gdbscm_type_next_field_x(), gdbscm_value_to_bool(), gdbscm_value_to_bytevector(), gdbscm_value_to_integer(), gdbscm_value_to_real(), gen_bitfield_ref(), gen_cast(), gen_expr(), gen_expr_binop_rest(), gen_struct_elt_for_reference(), gen_struct_ref(), generic_val_print(), get_base_type(), get_signatured_type(), get_target_type(), get_tcb_types_info(), get_type(), gnu_wait(), gnuv3_get_typeid(), gnuv3_print_vtable(), ia64_push_dummy_call(), indirect_pieced_value(), info_mach_ports_command(), init_gen_win_info(), init_type(), initialize_tdesc_aarch64(), initialize_tdesc_amd64(), initialize_tdesc_amd64_avx(), initialize_tdesc_amd64_avx512(), initialize_tdesc_amd64_avx512_linux(), initialize_tdesc_amd64_avx_linux(), initialize_tdesc_amd64_linux(), initialize_tdesc_amd64_mpx(), initialize_tdesc_amd64_mpx_linux(), initialize_tdesc_arm_with_iwmmxt(), initialize_tdesc_i386(), initialize_tdesc_i386_avx(), initialize_tdesc_i386_avx512(), initialize_tdesc_i386_avx512_linux(), initialize_tdesc_i386_avx_linux(), initialize_tdesc_i386_linux(), initialize_tdesc_i386_mpx(), initialize_tdesc_i386_mpx_linux(), initialize_tdesc_powerpc_7400(), initialize_tdesc_powerpc_altivec32(), initialize_tdesc_powerpc_altivec32l(), initialize_tdesc_powerpc_altivec64(), initialize_tdesc_powerpc_altivec64l(), initialize_tdesc_powerpc_cell32l(), initialize_tdesc_powerpc_cell64l(), initialize_tdesc_powerpc_isa205_altivec32l(), initialize_tdesc_powerpc_isa205_altivec64l(), initialize_tdesc_powerpc_isa205_vsx32l(), initialize_tdesc_powerpc_isa205_vsx64l(), initialize_tdesc_powerpc_vsx32(), initialize_tdesc_powerpc_vsx32l(), initialize_tdesc_powerpc_vsx64(), initialize_tdesc_powerpc_vsx64l(), initialize_tdesc_s390_tevx_linux64(), initialize_tdesc_s390_vx_linux64(), initialize_tdesc_s390x_tevx_linux64(), initialize_tdesc_s390x_vx_linux64(), initialize_tdesc_x32(), initialize_tdesc_x32_avx(), initialize_tdesc_x32_avx512(), initialize_tdesc_x32_avx512_linux(), initialize_tdesc_x32_avx_linux(), initialize_tdesc_x32_linux(), insert_type(), inspect_type(), iq2000_push_dummy_call(), java_array_type(), java_link_class_type(), java_value_print(), language_alloc_type_symbol(), language_bool_type(), linux_get_siginfo_type(), linux_ns_get_namespace(), list_args_or_locals(), lookup_opencl_vector_type(), lookup_struct_elt_type(), lookup_typename(), lsscm_make_lazy_string_smob(), m32r_insert_watchpoint(), m32r_push_dummy_call(), m68hc11_push_dummy_call(), m68k_ps_type(), maint_print_c_tdesc_cmd(), maintenance_print_type(), make_cleanup_ui_out_end(), make_function_type(), make_params(), make_pointer_type(), make_qualified_type(), make_reference_type(), mi_print_value_p(), mips_common_breakpoint(), mips_linux_insert_watchpoint(), mips_make_srec(), mnsh_main(), mnsh_recv_fd(), mnsh_recv_int(), mnsh_recv_intstr(), mnsh_recv_message(), mnsh_send_message(), new_symbol_full(), osdata_start_osdata(), parse_number(), parse_string_or_char(), parse_tracepoint_definition(), ppc64_aggregate_candidate(), print_children(), print_range(), print_record_type(), print_stack_unless_memory_error(), print_string_repr(), print_variable_or_computed(), print_varobj(), process_one_symbol(), process_structure_scope(), procfs_breakpoint(), push_level(), py_print_type(), py_varobj_iter_next(), read_array_type(), read_base_type(), read_dbx_dynamic_symtab(), read_enum_type(), read_enumeration_type(), read_module(), read_module_type(), read_namespace(), read_namespace_alias(), read_namespace_type(), read_ofile_symtab(), read_struct_type(), read_structure_type(), read_subroutine_type(), read_tag_pointer_type(), read_tag_ptr_to_member_type(), read_tag_reference_type(), read_tag_string_type(), read_type(), read_unspecified_type(), record_full_entry_release(), record_full_save(), reggroup_new(), reggroups_dump(), resolve_dynamic_array(), resolve_dynamic_type_internal(), rs6000_lynx178_push_dummy_call(), rs6000_push_dummy_call(), s390_effective_inner_type(), safe_parse_type(), sdata_make_value(), set_die_type(), set_type(), sh64_push_dummy_call(), sh_push_dummy_call_fpu(), sh_push_dummy_call_nofpu(), smash_type(), sparc64_fprs_type(), sparc64_fsr_type(), sparc64_pstate_type(), sparc_fsr_type(), sparc_psr_type(), static_unwrap_type(), target_auxv_search(), tdesc_create_flags(), tdesc_create_struct(), tdesc_create_union(), tdesc_create_vector(), tdesc_free_feature(), tdesc_gdb_type(), tdesc_named_type(), tdesc_start_flags(), tdesc_start_reg(), tdesc_start_struct(), template_to_static_fixed_type(), to_fixed_range_type(), to_record_with_fixed_variant_part(), to_static_fixed_type(), tui_all_windows_info(), tui_alloc_win_info(), tui_default_win_height(), tui_is_window_visible(), tui_next_win(), tui_prev_win(), tui_refresh_all(), tui_refresh_all_win(), tui_rehighlight_all(), type_from_class(), type_name_no_tag_or_error(), typy_fields_items(), typy_get_composite(), typy_lookup_type(), typy_lookup_typename(), tyscm_get_composite(), tyscm_lookup_typename(), tyscm_scm_from_type(), update_watchpoint(), valpy_do_cast(), valpy_getitem(), valpy_nonzero(), value_assign(), value_complement(), value_neg(), value_nsstring(), value_pos(), value_primitive_field(), value_reinterpret_cast(), value_rtti_indirect_type(), value_struct_elt_for_reference(), value_virtual_fn_field(), varobj_default_value_is_changeable_p(), varobj_editable_p(), varobj_get_value_type(), whatis_exp(), write_var_or_type(), and yyparse().

const struct op_print unk_op_print_tab[]
static
Initial value:
=
{
{NULL, OP_NULL, PREC_NULL, 0}
}

Definition at line 775 of file language.c.

const struct language_defn unknown_language_defn

Definition at line 790 of file language.c.