GDB (xrefs)
|
#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_ops * | script_ops |
const struct extension_language_ops * | ops |
Definition at line 33 of file extension-priv.h.
const char* extension_language_defn::auto_load_suffix |
Definition at line 50 of file extension-priv.h.
Referenced by ext_lang_auto_load_suffix().
const char* extension_language_defn::capitalized_name |
Definition at line 43 of file extension-priv.h.
Referenced by ext_lang_capitalized_name(), xmethod_worker::get_arg_types(), and xmethod_worker::get_result_type().
enum command_control_type extension_language_defn::cli_control_type |
Definition at line 56 of file extension-priv.h.
enum extension_language extension_language_defn::language |
Definition at line 36 of file extension-priv.h.
Referenced by set_active_ext_lang().
const char* extension_language_defn::name |
Definition at line 39 of file extension-priv.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), ext_lang_name(), and gdb.dap.varref.BaseReference::to_object().
const struct extension_language_ops* extension_language_defn::ops |
Definition at line 66 of file extension-priv.h.
Referenced by breakpoint_ext_lang_cond_says_stop(), ext_lang_initialized_p(), set_active_ext_lang(), and set_quit_flag().
const struct extension_language_script_ops* extension_language_defn::script_ops |
Definition at line 60 of file extension-priv.h.
Referenced by ext_lang_auto_load_enabled(), ext_lang_objfile_script_executor(), ext_lang_objfile_script_sourcer(), ext_lang_present_p(), and ext_lang_script_sourcer().
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().