Searched refs:base_gdb_plugin (Results 1 – 4 of 4) sorted by relevance
28 struct base_gdb_plugin : public T struct30 base_gdb_plugin (const char *plugin_name_, const char *base_name, in base_gdb_plugin() function56 virtual ~base_gdb_plugin () = default;88 local_connection (int fd, int aux_fd, base_gdb_plugin<T> *b) in local_connection()99 base_gdb_plugin<T> *back_ptr;123 static inline base_gdb_plugin<T> *127 return static_cast<base_gdb_plugin<T> *> (sub); in get_self()133 base_gdb_plugin<T> *self = get_self (s); in do_set_verbose()142 base_gdb_plugin<T> *self = get_self (s); in do_set_arguments()161 base_gdb_plugin<T> *self = get_self (s); in do_set_triplet_regexp()[all …]
43 struct libcc1 : public cc1_plugin::base_gdb_plugin<gcc_c_context>55 : cc1_plugin::base_gdb_plugin<gcc_c_context> ("libcc1plugin", in libcc1()
42 struct libcp1 : public cc1_plugin::base_gdb_plugin<gcc_cp_context>56 : cc1_plugin::base_gdb_plugin<gcc_cp_context> ("libcp1plugin", in libcp1()
104 * gdbctx.hh (base_gdb_plugin): Change parameters.105 (~base_gdb_plugin): New.119 * libcp1.cc (struct libcp1): Derive from base_gdb_plugin. Remove126 * libcc1.cc (struct libcc1): Derive from base_gdb_plugin. Remove