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 51 of file extension-priv.h.
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 |
Definition at line 61 of file extension-priv.h.
Referenced by ext_lang_capitalized_name(), get_xmethod_arg_types(), get_xmethod_result_type(), and VEC().
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 |
Definition at line 54 of file extension-priv.h.
Referenced by get_breakpoint_cond_ext_lang(), get_ext_lang_defn(), and set_active_ext_lang().
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 |
Definition at line 84 of file extension-priv.h.
Referenced by apply_ext_lang_frame_filter(), apply_ext_lang_type_printers(), apply_ext_lang_val_pretty_printer(), breakpoint_ext_lang_cond_says_stop(), check_quit_flag(), clear_quit_flag(), clone_xmethod_worker(), eval_ext_lang_from_control_command(), ext_lang_before_prompt(), ext_lang_initialized_p(), finish_ext_lang_initialization(), free_ext_lang_type_printers(), free_xmethod_worker(), get_breakpoint_cond_ext_lang(), get_xmethod_arg_types(), get_xmethod_result_type(), invoke_xmethod(), preserve_ext_lang_values(), set_active_ext_lang(), set_quit_flag(), start_ext_lang_type_printers(), and VEC().
const struct extension_language_script_ops* extension_language_defn::script_ops |
Definition at line 78 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 64 of file extension-priv.h.
Referenced by ext_lang_suffix(), and get_ext_lang_of_file().