GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
extension_language_defn Struct Reference

#include "extension-priv.h"

Public Attributes

enum extension_language language
 
const char * name
 
const char * capitalized_name
 
const char * suffix
 
const char * auto_load_suffix
 
enum command_control_type cli_control_type
 
const struct extension_language_script_opsscript_ops
 
const struct extension_language_opsops
 

Detailed Description

Definition at line 33 of file extension-priv.h.

Member Data Documentation

◆ auto_load_suffix

const char* extension_language_defn::auto_load_suffix

Definition at line 50 of file extension-priv.h.

Referenced by ext_lang_auto_load_suffix().

◆ capitalized_name

const char* extension_language_defn::capitalized_name

◆ cli_control_type

enum command_control_type extension_language_defn::cli_control_type

Definition at line 56 of file extension-priv.h.

◆ language

enum extension_language extension_language_defn::language

Definition at line 36 of file extension-priv.h.

Referenced by set_active_ext_lang().

◆ name

const char* extension_language_defn::name

◆ ops

const struct extension_language_ops* extension_language_defn::ops

◆ script_ops

const struct extension_language_script_ops* extension_language_defn::script_ops

◆ suffix

const char* extension_language_defn::suffix

Definition at line 46 of file extension-priv.h.

Referenced by ext_lang_suffix(), and get_ext_lang_of_file().


The documentation for this struct was generated from the following file: