GDB (xrefs)
|
Public Attributes | |
const char * | name |
const char * | full_path |
bool | loaded |
const struct extension_language_defn * | language |
Definition at line 523 of file auto-load.c.
const char* loaded_script::full_path |
Definition at line 530 of file auto-load.c.
Referenced by maybe_add_script_file(), and print_script().
const struct extension_language_defn* loaded_script::language |
Definition at line 535 of file auto-load.c.
Referenced by collect_matching_scripts(), eq_loaded_script_entry(), and hash_loaded_script_entry().
bool loaded_script::loaded |
Definition at line 533 of file auto-load.c.
Referenced by maybe_add_script_file(), maybe_add_script_text(), and print_script().
const char* loaded_script::name |
Definition at line 526 of file auto-load.c.
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__(), collect_matching_scripts(), eq_loaded_script_entry(), hash_loaded_script_entry(), print_script(), sort_scripts_by_name(), and gdb.dap.varref.BaseReference::to_object().