GDB (xrefs)
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 51 of file extension-priv.h.

Member Data Documentation

const char* extension_language_defn::auto_load_suffix

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

Referenced by ext_lang_auto_load_suffix().

const char* extension_language_defn::capitalized_name
enum command_control_type extension_language_defn::cli_control_type

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

Referenced by eval_ext_lang_from_control_command().

enum extension_language extension_language_defn::language
const char* extension_language_defn::name

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

Referenced by ext_lang_name().

const struct extension_language_ops* extension_language_defn::ops
const struct extension_language_script_ops* extension_language_defn::script_ops
const char* extension_language_defn::suffix

Definition at line 64 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: