Home
last modified time | relevance | path

Searched refs:interp_factory (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinterps.c58 struct interp_factory struct
60 interp_factory (const char *name_, interp_factory_func func_) in interp_factory() function
72 static std::vector<interp_factory> interpreter_factories; argument
80 for (const interp_factory &f : interpreter_factories) in interp_factory_register()
176 for (const interp_factory &factory : interpreter_factories) in interp_lookup()
334 for (const interp_factory &interp : interpreter_factories) in interpreter_completer()
DChangeLog-20166708 (struct interp_factory): New function.
DChangeLog-20175188 * interps.c (struct interp_factory): Add constructor.